vascr_dunnett | R Documentation |
Run ANOVA and Dunnett's comparisons on a vascr dataset
vascr_dunnett(data.df, unit, frequency, time, reference)
data.df |
A vascr dataset |
unit |
The unit to plot |
frequency |
The frequency to plot |
time |
The time to plot |
reference |
Reference sample to compare against. If all comparisons are needed use vascr_anova |
A table with the results of the Dunnett's test
vascr_dunnett(data.df = growth.df, unit = "R", frequency = 4000, time = 100, reference = 6)
vascr_dunnett(growth.df, "R", 4000, time = list(50, 100), 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.