View source: R/09_Statistics.R
romicsSd | R Documentation |
Calculates the standard deviation of each variable within each level of the selected factor and add the generated columns in the statistics layer of the romics_object.
romicsSd(romics_object, factor = "main")
romics_object |
A object created using the function romicsCreateObject(). |
main_factor |
Either 'main' OR any factor from the romics_object, the list of factors from an romics object can be obtained using the function romicsFactorNames(). |
Adds the sd columns to the statistics layer. enable to choose a different factor than the main one to do those calculation
This function returns a modified romics object, containing sd columns in the statistics layer.
Geremy Clair
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.