| likelregions-class {sads} | R Documentation |
"likelregions" for likelihood profiles of maximum likelihood fitsThis class provides a list of likelihood intervals for the parameters of
a maximum likelihood fit. See the help on the function likelregions for details.
x1.gamma <- fitgamma(moths) x1.p <- profile(x1.gamma) likelregions(x1.p) # Compare with... confint(x1.p)