Test for no main effects and interactino effects of one between-subject factor and two crossed within-subject factors
hrm.test.2.within(
X,
alpha,
group,
factor1,
factor2,
subject,
data,
testing = rep(1, 7),
formula,
nonparametric,
np.correction
)
dataframe containing the data in the long table format
alpha level used for the test
column name of the data frame X specifying the groups
column name of the data frame X of the first factor variable
column name of the data frame X of the second factor variable
column name of the data frame X identifying the subjects
column name of the data frame X containing the measurement data
vector specifying which hypotheses should be tested
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