fitted.mvlm {MVLM} | R Documentation |
Extract mvlm Fitted Values
Description
fitted
method for class mvlm
.
Usage
## S3 method for class 'mvlm'
fitted(object, ...)
Arguments
object |
Output from |
... |
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
data(mvlmdata)
Y <- as.matrix(Y.mvlm)
mvlm.res <- mvlm(Y ~ Cont + Cat + Ord, data = X.mvlm)
Y.hat <- fitted(mvlm.res)
[Package MVLM version 0.1.4 Index]