Learn R Programming

vascr (version 0.1.4)

vascr_dunnett: Run ANOVA and Dunnett's comparisons on a vascr dataset

Description

Run ANOVA and Dunnett's comparisons on a vascr dataset

Usage

vascr_dunnett(data.df, unit, frequency, time, reference)

Value

A table with the results of the Dunnett's test

Arguments

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

Examples

Run this code
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