Learn R Programming

sads (version 0.6.3)

likelregions-class: Class "likelregions" for likelihood profiles of maximum likelihood fits

Description

This class provides a list of likelihood intervals for the parameters of a maximum likelihood fit. See the help on the function likelregions for details.

Arguments

Examples

Run this code
x1.gamma <- fitgamma(moths)
x1.p <- profile(x1.gamma)
likelregions(x1.p)
# Compare with...
confint(x1.p)

Run the code above in your browser using DataLab