Description Usage Arguments Value
Test for no main effects and interactino effects of one between-subject factor and two crossed within-subject factors
1 2 | hrm.test.2.within(X, alpha, group, factor1, factor2, subject, data,
testing = rep(1, 7), formula, nonparametric, np.correction)
|
X |
dataframe containing the data in the long table format |
alpha |
alpha level used for the test |
group |
column name of the data frame X specifying the groups |
factor1 |
column name of the data frame X of the first factor variable |
factor2 |
column name of the data frame X of the second factor variable |
subject |
column name of the data frame X identifying the subjects |
data |
column name of the data frame X containing the measurement data |
testing |
vector specifying which hypotheses should be tested |
formula |
formula object from the user input |
Returns a data frame consisting of the degrees of freedom, the test value, the critical value and the p-value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.