Conf.Int | R Documentation |
Confidence intervals. Function to calculate the normal confidence intervals. The parameters indicated with "index" are transformed to the real line using log().
Conf.Int(FUN, MLE, level = 0.95, index = NULL)
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 |
a list containing the upper and lower conf.int limits, the transformed MLE, and std errors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.