Last data update: 2014.03.03

R: Summary of "mlma" Object
summary.mlmaR Documentation

Summary of "mlma" Object

Description

This function provides ANOVA tests on the predictors and mediators in the full model and on the predictors for models in explaining each mediators.

Usage

## S3 method for class 'mlma'
summary(object,...,type="III")
## S3 method for class 'summary.mlma'
print(x, ...)

Arguments

object

an "mlma" object.

x

a summary.mlma.boot object created initially call to summary.mlma.boot.

...

arguments to be passed to methods.

type

type of test, "II", "III", 2, or 3.

Author(s)

Qingzhao Yu (qyu@lsuhsc.edu), Bin Li (bli@lsu.edu).

Examples

data(sim.111)
temp<-mlma(y=sim.111$y, biny=FALSE, data1=data1, x=sim.111$x, levelx=1, m=sim.111$m, 
                l1=1:2,c1=3, c1r=1,level=sim.111$level,org.data=TRUE,
                f01y=c("x","log(x^2)"), f10y=c("x^2","sqrt(x+6)"), 
                f20ky=list(2,c("x","x^3")), f01km1=list(2,"sqrt(x)+3"), 
                f10km=list(2,"log(x+2)"))
summary(temp)

Results