fitted.Model {glmmrBase}R Documentation

Extract or generate fitted values from a 'Model' object

Description

Return fitted values. Does not account for the random effects. This function is a wrapper for 'Model$fitted()', which also provides a variety of additional options for generating fitted values from mixed models. For simulated values based on resampling random effects, see also 'Model$sim_data()'. To predict the values including random effects at a new location see also 'Model$predict()'.

Usage

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

Arguments

object

A 'Model' object.

...

Further arguments passed from other methods

Value

Fitted values


[Package glmmrBase version 0.9.2 Index]