fitted.mcglm: Fitted Values

View source: R/mc_S3_methods.R

fitted.mcglmR Documentation

Fitted Values

Description

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.

Usage

## S3 method for class 'mcglm'
fitted(object, ...)

Arguments

object

A fitted object of class mcglm.

...

Additional arguments. Currently ignored and included for compatibility with the generic fitted function.

Value

A numeric matrix of fitted values. Rows correspond to observations and columns correspond to response variables.

Author(s)

Wagner Hugo Bonat, wbonat@ufpr.br


mcglm documentation built on Jan. 9, 2026, 1:07 a.m.