mwlsr.LRT: mwlsr.LRT

Description Usage Arguments Value

Description

Perform likelihood ratio test (LRT) between two models (typically a full model and a reduced model). Using an F based LRT on a full model compared to an intercept-only model should give the same results as mwlsr.Ftest.

Usage

1
mwlsr.LRT(full.m, reduced.m, test = c("F", "LRT"))

Arguments

full.m

Full model mwlsr object

reduced.m

Reduced model mwlsr object

test

Type of test to perform. For gaussian models, which is all that mwlsr can do, you should use the F-test.

Value

data.frame with results of the test for all models.


PfaffLab/mwlsr documentation built on May 12, 2019, 5:22 p.m.