fitted.sglg: Extract Fitted Values

View source: R/fitted.sglg.R

fitted.sglgR Documentation

Extract Fitted Values

Description

fitted.sglg extracts the fitted values from a model from an object of class 'sglg'.

Usage

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

Arguments

object

an object of the class sglg. This object is returned from the call to glg(), sglg(), survglg() or ssurvglg() function.

...

other arguments.


sglg documentation built on Jan. 15, 2026, 1:06 a.m.

Related to fitted.sglg in sglg...