fitted.BinaryEPPM {BinaryEPPM}R Documentation

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 class 'BinaryEPPM'
fitted(object, ...)

Arguments

object

fitted model object of class "BinaryEPPM".

...

currently not used.

Details

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

Value

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

Author(s)

David M. Smith <dmccsmith@verizon.net>

See Also

fitted


[Package BinaryEPPM version 3.0 Index]