powered by
Run ANOVA and Dunnett's comparisons on a vascr dataset
vascr_dunnett(data.df, unit, frequency, time, reference)
A table with the results of the Dunnett's test
A vascr dataset
The unit to plot
The frequency to plot
The time to plot
Reference sample to compare against. If all comparisons are needed use vascr_anova
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)
Run the code above in your browser using DataLab