Changelog
Source:NEWS.md
profileCI 1.1.1
CRAN release: 2026-01-26
Bug fixes and minor improvements
- When the argument
epsilontoprofileCI()is negative, monotonic cubic spline interpolation is now used instead of quadratic interpolation. Quadratic interpolation could fail in some cases. - In the documentation of the argument
objecttoprofileCI()it is emphasized that the parameters in the fitted model object must have names. - Fixed bugs in
profileCI-internal.Rto avoid storing some slightly incorrect parameter values near the confidence limits in the attribute"for_plot"in the returned object.
profileCI 1.1.0
CRAN release: 2025-07-11
New features
- An argument
flathas been added toprofileCI()to deal with cases where one or both of the limits is (minus or plus) infinity because the profile log-likelihood fails to drop below the level that defines the confidence interval. - Arguments
lbandubhave been added toprofileCI()to place respective lower and upper bounds on the interval over which profiling takes place. - A
logLikFnmethod has been added for objects inheriting from classnlsand an example added to the documentation ofprofileCI().
Bug fixes and minor improvements
- The argument
optim_argsactually works now! Thank you to Jakob Madsen (#1). - An explanation of the creation of
coefandvcovmethods has been added to the description ofobjectin theprofileCI()documentation. - Arguments to the user-supplied log-likelihood function are extracted explicitly to simplify the code and avoid potential argument matching issues.