Hello Posit Community,
I have stumbled upon an R exercise that I have been unable to solve. I have attached the image with the exercise below. Kindly assist. Thanks in advance
How familiar would you say you are with R?
I suggest you ask how you might try to solve it without R first, and then worry about the R code.
I am a novice. I am learning R
1 Like
Thanks, @Simon_Mokaya : There are several built-in functions for generating random numbers drawn from various distributions; the one for the normal distribution is rnorm()
. I would first suggest running ?rnorm
and reviewing the documentation.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.