Learn R Programming

PLNmodels (version 1.2.2)

sigma.ZIPLNfit: Extract variance-covariance of residuals 'Sigma'

Description

Extract the variance-covariance matrix of the residuals, usually noted \(\Sigma\) in ZIPLN models.

Usage

# S3 method for ZIPLNfit
sigma(object, ...)

Value

A semi definite positive matrix of size p, assuming there are p species in the model.

Arguments

object

an R6 object with class ZIPLNfit

...

additional parameters for S3 compatibility. Not used

See Also

coef.ZIPLNfit()