Description Usage Arguments Value
View source: R/DataDistribution.R
Takes in a data vector and checks for the normality of the data using Shapiro Test
1 |
data_vector |
Any data vector that has to be tested for normality |
returnPValue |
A boolean value which when TRUE returns Shapiro P Value |
If returnPValue = TRUE, returns the Shapiro P-Value
If returnPValue = FALSE, returns TRUE if the data vector is normally dirstributed and FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.