creating a dataframe of 30 numbers from a standard normal dist.
> x=rnorm(30)
Check the shape of the distribution:
> plot(density(x))
See the output. Result will be different every time you use the rnorm function
http://www.ats.ucla.edu/stat/r/library/matrix_alg.htm
> x=rnorm(30)
Check the shape of the distribution:
> plot(density(x))
See the output. Result will be different every time you use the rnorm function
http://www.ats.ucla.edu/stat/r/library/matrix_alg.htm
.jpg)
No comments:
Post a Comment