likelregions-class {sads}R Documentation

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.

Examples

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

[Package sads version 0.6.3 Index]