View source: R/normalityTestDS.R
normalityTestDS | R Documentation |
Perform a normality test on all the exposures of an ExposomeSet object
normalityTestDS(object, th = 0.05, min.val = 5, na.rm = TRUE, warnings = TRUE)
object |
|
th |
|
min.val |
|
na.rm |
|
warnings |
|
list of data.frame
(one for each study server) with
- exposure: character
Name of the exposures
- normality: bool
If exposure is normal (TRUE
) or not (FALSE
)
- p.value: numeric
P-value of the Shapiro-Wilk Normality Test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.