Learn R Programming

ASMbook (version 1.0.2)

getMLE: Print Estimates, Standard Errors, and 95% Wald-type Confidence Intervals From optim Output

Description

Print Estimates, Standard Errors, and 95% Wald-type Confidence Intervals From optim Output

Usage

getMLE(opt, dig = 3)

get_MLE(opt, dig = 3)

Value

A matrix of parameter estimates, standard errors, and 95% Wald-type confidence intervals.

Arguments

opt

Object resulting from a call to optim

dig

Number of decimal places to use when printing

Author

Marc Kéry, Ken Kellner