Conf.Int: Confidence intervals. Function to calculate the normal...

View source: R/GHSurv.R

Conf.IntR Documentation

Confidence intervals. Function to calculate the normal confidence intervals. The parameters indicated with "index" are transformed to the real line using log().

Description

Confidence intervals. Function to calculate the normal confidence intervals. The parameters indicated with "index" are transformed to the real line using log().

Usage

Conf.Int(FUN, MLE, level = 0.95, index = NULL)

Arguments

FUN

: minus log-likelihood function to be used to calculate the confidence intervals

MLE

: maximum likelihood estimator of the parameters of interest

level

: confidence level

index

: position of the positive parameters under the original parameterisation

Value

a list containing the upper and lower conf.int limits, the transformed MLE, and std errors


FJRubio67/GHSurv documentation built on March 1, 2024, 5:17 a.m.