This computes 1D confidence intervals from an inferred likelihood surface by profile likelihood ratio methods
calc1DCIs(oneDimCIvars, FONKgNames, fittedNames, CIlevel = blackbox.getOption("CIlevel"),
nextBounds = blackbox.getOption("nextBounds"),
NextBoundsLevel = blackbox.getOption("NextBoundsLevel"),
boundsOutfile = "", dataString = "", cleanResu = "")
Returns invisibly a list of profile points that met the CI level for each parameter.
The names of parameters for which confidence intervals are computed
The names of “Fitted Or Not” parameters (see Details in blackbox.options
for this concept)
The names of fitted parameters (see Details in blackbox.options
for this concept)
Level (1-coverage) of the confidence intervals. Default is 0.05.
For development purposes, not documented
For development purposes, not documented
For development purposes, not documented
A prefix string in some outputs.
A connection, or a character string naming a file for some nicely formated output. If ""
(the default), print to the standard output connection.