q_anova | R Documentation |
Computes the ANOVA-Test for clustered data
q_anova(n, data, cont, f_2, theta = NULL, psi = NULL, alpha = 0.05)
n |
A vector containing the sample sizes |
data |
The data, provided as a list of lists |
cont |
A contrast matrix for the relative effects |
f_2 |
A value for the second degree of freedom |
theta |
A Vector for the group weights, defaults to unweighted estimator |
psi |
A list of vectors with the cluster weights, defaults to unweighted estimator |
alpha |
The significance level, defaults to 0.05 |
A list containing the value of the test statistic, the degrees of freedom, the p-value and the test decision
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.