sigma.PLNfit: Extract variance-covariance of residuals 'Sigma'
Description
Extract the variance-covariance matrix of the residuals, usually noted $$\Sigma$$ in PLN models. This captures the correlation between the species in the latent space.
Usage
# S3 method for PLNfit
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 PLNfit
...
additional parameters for S3 compatibility. Not used
See Also
coef.PLNfit(), standard_error.PLNfit() and vcov.PLNfit() for other ways to access $$\Sigma$$.