Learn R Programming

BinaryEPPM (version 3.0)

fitted.BinaryEPPM: Extraction of fitted values from BinaryEPPM Objects

Description

This function is generic. Extract the fitted values from models of class "BinaryEPMM".

Usage

# S3 method for BinaryEPPM
fitted(object, ...)

Value

An vector of class "numeric" of the fitted values from the object of class "BinaryEPMM".

Arguments

object

fitted model object of class "BinaryEPPM".

...

currently not used.

Author

David M. Smith <dmccsmith@verizon.net>

Details

This function is included so that function lrtest from package lmtest can be used.

See Also