Description Usage Arguments Value Author(s) Examples
Creates a summary table for a metric that is set using measurevar
1 2 |
data |
A dataset that has raw data to be summarized |
measurevar |
A column heading that is to be summarized |
change |
The row label that is to be used to compare to (control) |
groupvars |
The column heading(s) for summary (isolate) |
na.rm |
Set true to not include cells with missing values |
Table with summarized information about measurevar
sorted by groupvars
Alex Soupir
1 2 | summarySYM(plant_merged, measurevar="Root_Length", change="Control", groupvars=c("Isolate","Nutrient"), na.rm=TRUE)
summary_table <- summarySYM(plant_merged, measurevar="Root_Length", groupvars="Isolate", na.rm=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.