hrm.2w.1f: Test for influence of factor A

Description Usage Arguments Value

View source: R/f3_sub1.R

Description

Test for influence of factor A

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
hrm.2w.1f(
  X,
  alpha,
  group,
  subgroup,
  factor,
  subject,
  data,
  H,
  text = "",
  nonparametric,
  ranked,
  varQGlobal,
  np.correction,
  tmpQ1g,
  tmpQ2g
)

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

subgroup

column name of the subgroups (crossed with groups)

factor

column name of the data frame X of within-subject factor

subject

column name of the data frame X identifying the subjects

data

column name of the data frame X containing the measurement data

H

string specifying the hypothesis

text

a string, which will be printed in the output

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.