ancova.pwc | R Documentation |
This function provides a wrapper for rstatix::emmeans_test for the dependent variables 'dvs'
ancova.pwc(
data,
dvs,
between,
covar,
p.adjust.method = "bonferroni",
dv.var = NULL,
as.table = F,
only.sig = F,
pwc.covar = F
)
data |
a data.frame or list containing the data |
dvs |
numeric columns with the dependent variables to be used in the anova test |
between |
independent (between) variable in which perform the anova test |
covar |
column with the covariance information |
p.adjust.method |
method to adjust p values for multiple comparisons. |
dv.var |
column with the information to classify observations |
as.table |
logical value indicating that the result should be returned after to apply 'get.ancova.pwc.table' function |
only.sig |
logical; if TRUE, only statistical significant results will be tabulated |
pwc.covar |
logical; if TRUE, the results include covariance comparisons |
A data.frame containing the results for the pairwise comparisons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.