14 S ·Translate

Kindly help me with R Homework Question:
You are given a dataset containing information about the heights (in inches) of 100 individuals. Your task is to perform a simple analysis using R programming.

1. Load the dataset into R and explore its structure.
2. Calculate the mean, median, and standard deviation of the heights.
3. Create a histogram to visualize the distribution of heights.
4. Conduct a normality test to assess whether the heights follow a normal distribution.
5. Based on your analysis, provide a brief interpretation of the dataset and any insights you can draw regarding the heights of the individuals.