Package: profileCI
Type: Package
Title: Profiling a Log-Likelihood to Calculate Confidence Intervals
Version: 1.0.0
Date: 2025-06-01
Authors@R: person(c("Paul", "J."), "Northrop", email = "p.northrop@ucl.ac.uk",
  role = c("aut", "cre", "cph"))
Maintainer: Paul J. Northrop <p.northrop@ucl.ac.uk>
Description: Provides tools for profiling a user-supplied log-likelihood 
    function to calculate confidence intervals for model parameters. Speed of 
    computation can be improved by adjusting the step sizes in the profiling 
    and/or starting the profiling from limits based on the approximate large 
    sample normal distribution for the maximum likelihood estimator of a 
    parameter. The accuracy of the limits can be set by the user. A plot method 
    visualises the log-likelihood and confidence interval. Only convex 
    log-likelihoods are supported, that is, disjoint confidence intervals will 
    not be found.
Imports: graphics, itp, stats, utils
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 4.1.0)
Suggests: testthat (>= 3.0.0)
URL: https://paulnorthrop.github.io/profileCI/,
        https://github.com/paulnorthrop/profileCI
BugReports: https://github.com/paulnorthrop/profileCI/issues
Config/testthat/edition: 3
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-06-01 16:48:13 UTC; Paul
Author: Paul J. Northrop [aut, cre, cph]
Repository: CRAN
Date/Publication: 2025-06-04 12:30:02 UTC
Built: R 4.3.3; ; 2025-06-04 12:53:44 UTC; unix
