Learn R Programming

glmmrBase (version 1.0.0)

fitted.mcml: 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 mcml
fitted(object, ...)

Value

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

Arguments

object

A `mcml` object.

...

Further arguments passed from other methods