profileCI
Profiling a Log-Likelihood to Calculate Confidence Intervals
Profile-likelihood confidence intervals for any fitted model, in a feed that publishes out of order.
◆Recent moves
- 6mo ago
Cubic spline interpolation replaces a quadratic that could fail
Switches to monotonic cubic spline interpolation for negative epsilon, where the quadratic form could fail outright, and fixes slightly incorrect parameter values stored near the confidence limits. Reliability work at exactly the point where profiling is hardest.
View source ↗ - 7mo ago
CRAN 1.0.0 release of profile-likelihood interval computation
The 1.0.0 entry, whose body is the package description rather than a changelog. Note the feed stamps it six months after v1.1.0, so the dates here do not reflect release order; read the version numbers instead.
View source ↗ - 1y ago
Infinite limits and bounded profiling ranges handled
Adds the flat argument for profiles that never drop below the interval threshold, lb and ub to bound the profiling range, and a logLikFn method for nls objects. The release that made the package usable on models where profiling does not terminate cleanly.
View source ↗