View source: R/data_processing.R
normality_test | R Documentation |
The function performs a Shapiro-Wilk test of normality of dependent variable (LengthMM) for each grouping variable (Label). A data.frame containing p-values obtained from the Shapiro-Wilk test for each grouping variable (Label) is returned.
normality_test(root_norm, col_grouping = "Label", col_value = "LengthMM")
root_norm |
data.frame; normalized Rootdetection data set |
col_grouping |
string; name of the column that should be used as grouping variable (Label) |
col_value |
string; name of the column containing values (dependent variable) (LengthMM) |
data.frame; containing p-values for each grouping variable
# normalize Rootdetection Output
root_norm <- norm_10mm_standard(root_output)
normality_test(root_norm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.