fitted.mcml {glmmrBase}R Documentation

Fitted values from a 'mcml' object

Description

Fitted values should not be generated directly from an 'mcml' object, rather fitted values should be generated using the original 'Model'. A message is printed to the user.

Usage

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

Arguments

object

A 'mcml' object.

...

Further arguments passed from other methods

Value

Nothing, called for effects, unless 'override' is TRUE, when it will return a vector of fitted values.


[Package glmmrBase version 0.9.2 Index]