hrm.test.2.within: Test for no main effects and interactino effects of one...

Description Usage Arguments Value

View source: R/Repeated.R

Description

Test for no main effects and interactino effects of one between-subject factor and two crossed within-subject factors

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
hrm.test.2.within(
  X,
  alpha,
  group,
  factor1,
  factor2,
  subject,
  data,
  testing = rep(1, 7),
  formula,
  nonparametric,
  np.correction
)

Arguments

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

Value

Returns a data frame consisting of the degrees of freedom, the test value, the critical value and the p-value


HRM documentation built on Feb. 6, 2020, 5:15 p.m.