x2_modcomp.Rd
Chisq test
X2modcomp(largeModel, smallModel, betaH = 0, details = 0, ...)
# S3 method for class 'lmerMod'
X2modcomp(largeModel, smallModel, betaH = 0, details = 0, ...)
# S3 method for class 'glmerMod'
X2modcomp(largeModel, smallModel, betaH = 0, details = 0, ...)
# S3 method for class 'gls'
X2modcomp(largeModel, smallModel, betaH = 0, details = 0, ...)
# S3 method for class 'lm'
X2modcomp(largeModel, smallModel, betaH = 0, details = 0, ...)
An lmer
model
An lmer
model or a restriction matrix
A number or a vector of the beta of the hypothesis,
e.g. L beta=L betaH. If smallModel
is a model object then betaH=0.
If larger than 0 some timing details are printed.
Additional arguments, currently not used.
TBW