QUESTION 1: Mathematical models are used as tools to describe reality. These models are supposed to characterize the important features of the analyzed phenomena and provide insight. The normal distribution is an example of a random variable that is widely used by researchers to model real data.
Researchers often model real observations using the normal distribution, but sometimes the real distribution is a bit different from the perfect, normal distribution. List some reasons why researchers might make approximations like this and describe at least one situation when researchers should not use this approximation.
When forming your answer to this question you may give an example of a situation from you own field of interest for which a random variable can serve as a model.
QUESTION 2: Vocabulary and R functions (be sure to include an APA citation)
a) What is a normal distribution? _________________
b) What does the pnorm() function do?_________________________
QUESTION 3. Task
If you know the mean and standard deviation of a normally distributed population, and somebody asks you questions about the highest 1% and lowest 1% of numbers in that population, what could you tell them? Pick your own values for the mean and standard deviation and then answer the question for those values. Choose one of these R functions to answer the question: dnorm(), pnorm(), qnorm(), rnorm().