calc1DCIs | R Documentation |
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 = "")
oneDimCIvars |
The names of parameters for which confidence intervals are computed |
FONKgNames |
The names of “Fitted Or Not” parameters (see Details in |
fittedNames |
The names of fitted parameters (see Details in |
CIlevel |
Level (1-coverage) of the confidence intervals. Default is 0.05. |
nextBounds |
For development purposes, not documented |
NextBoundsLevel |
For development purposes, not documented |
boundsOutfile |
For development purposes, not documented |
dataString |
A prefix string in some outputs. |
cleanResu |
A connection, or a character string naming a file for some nicely formated output. If |
Returns invisibly a list of profile points that met the CI level for each parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.