Description Usage Arguments Value Examples
View source: R/univariate_check.R
This funciton uses a shapiro-wilk test to see if each variable in a dataset is normal
1 |
data |
a dataframe |
qq plots of each variable with their shapiro-wilk p-value on it
1 2 | data = data.frame(rnorm(10))
LAGG4793::univariate_check(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.