fitted_reest: Fitted Values of Re-estimated Model

Description Usage Arguments Value See Also Examples

View source: R/fitted.R

Description

Function to extract the fitted values of the re-estimated model.

Usage

1
2
3
4
fitted_reest(object, ...)

## S3 method for class 'glmsmurf'
fitted_reest(object, ...)

Arguments

object

An object for which the extraction of fitted values is meaningful. E.g. an object of class 'glmsmurf', typically the result of a call to glmsmurf or glmsmurf.fit.

...

Additional arguments which are currently ignored.

Value

A vector containing the fitted values of the re-estimated model in object, when they are available or, otherwise, the fitted values of the estimated model in object with a warning.

See Also

fitted.glmsmurf, fitted, glmsmurf, glmsmurf-class

Examples

1
2
## See example(glmsmurf) for examples
 

BavoDC/ssmurf documentation built on Dec. 17, 2021, 10:46 a.m.