fitted.mvlm: Extract mvlm Fitted Values

Description Usage Arguments Value Author(s) Examples

Description

fitted method for class mvlm.

Usage

1
2
## S3 method for class 'mvlm'
fitted(object, ...)

Arguments

object

Output from mvlm

...

Further arguments passed to or from other methods.

Value

A data frame of fitted values with the same dimension as the outcome data passed to mvlm

Author(s)

Daniel B. McArtor (dmcartor@nd.edu) [aut, cre]

Examples

1
2
3
4
data(mvlmdata)
Y <- as.matrix(Y.mvlm)
mvlm.res <- mvlm(Y ~ Cont + Cat + Ord, data = X.mvlm)
Y.hat <- fitted(mvlm.res)

dmcartor/MVLM documentation built on May 15, 2019, 9:19 a.m.