multcomp_telem | R Documentation |
multiple comparisons of telemetry data.
multcomp_telem(
tidy_telem,
formula,
plot_or_table = "plot",
collapse_first = T,
p_adjust_method = "BH"
)
tidy_telem |
a tidy telemetry tibble, as produced by read_starr or read_oddi |
formula |
a fourmula (unquoted) for comparisons. E.g. DegC ~ Group or Counts ~ Group |
collapse_first |
optionally collapse to one day before multiple comparisons |
p_adjust_method |
method for adjusting p val. one of "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none" |
plot or table of multiple comparisons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.