Learn R for Applied Statistics by Eric Goh Ming Hui

Learn R for Applied Statistics by Eric Goh Ming Hui

Author:Eric Goh Ming Hui
Language: eng
Format: epub
ISBN: 9781484242001
Publisher: Apress


To find the sample standard deviation of a data set, you use the sd() function:> sd(data$x2);

[1] 1.918611

Normal Distribution

Normal distribution is one of the more important theories because nearly all statistical tests require the data to be distributed normally. It describes how data looks when plotted. Normal distribution is also called the bell curve, shown in Figure 4-8.

Figure 4-8Normal Distribution or Bell Curve

You can plot a distribution in R using the hist() function :> hist(data$x, breaks=15);



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.