fitted.ZIPLNfit {PLNmodels}R Documentation

Extracts model fitted values from objects returned by ZIPLN() and its variants

Description

Extracts model fitted values from objects returned by ZIPLN() and its variants

Usage

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

Arguments

object

an R6 object with class ZIPLNfit

...

additional parameters for S3 compatibility. Not used

Value

A matrix of Fitted values extracted from the object object.


[Package PLNmodels version 1.2.0 Index]