confint_from_sigma: Function to compute the confidence intervals from a...

View source: R/utils.R

confint_from_sigmaR Documentation

Function to compute the confidence intervals from a variance-covariance matrix

Description

Function to compute the confidence intervals from a variance-covariance matrix

Usage

confint_from_sigma(sigma, theta, level = 0.95)

Arguments

sigma

either the variance-covariance matrix or the vector of variances of the parameter estimator

theta

the point estimate

level

confidence level, defaults to 0.95 (alpha=.05)


queelius/algebraic.mle documentation built on Jan. 29, 2025, 3:23 p.m.