View source: R/mc_S3_methods.R
| fitted.mcglm | R Documentation |
Extract fitted (mean) values from a fitted mcglm model.
For multivariate responses, fitted values are returned in matrix
form, with one column per response variable.
## S3 method for class 'mcglm'
fitted(object, ...)
object |
A fitted object of class |
... |
Additional arguments. Currently ignored and included for
compatibility with the generic
|
A numeric matrix of fitted values. Rows correspond to observations and columns correspond to response variables.
Wagner Hugo Bonat, wbonat@ufpr.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.