se.fisher_mle: Extract standard errors from fisher_mle

View source: R/core-fisher_mle.R

se.fisher_mleR Documentation

Extract standard errors from fisher_mle

Description

Computes standard errors as the square root of the diagonal of the variance-covariance matrix.

Usage

## S3 method for class 'fisher_mle'
se(x, ...)

Arguments

x

A fisher_mle object

...

Additional arguments (ignored)

Value

Numeric vector of standard errors, or NA values if vcov is NULL


likelihood.model documentation built on March 19, 2026, 9:07 a.m.