standard_error: Component-wise standard errors of Theta
Description
Extracts univariate standard errors for the estimated coefficient of Theta. Standard errors are computed from the (approximate) Fisher information matrix. See fisher.PLNfit() for more details on the approximations.
Usage
standard_error(object, type)
# S3 method for PLNfit
standard_error(object, type = c("wald", "louis"))
Value
A p * d positive matrix (same size as \(\Theta\)) with standard errors for the coefficients of \(\Theta\)
Arguments
object
an R6 object with class PLNfit
type
Either Wald (default) or Louis. Approximation scheme used to compute the Fisher information matrix
Methods (by class)
standard_error(PLNfit): Component-wise standard errors of Theta in PLNfit
See Also
vcov.PLNfit() for the complete Fisher information matrix