Changelog
Source:NEWS.md
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.