Learn R Programming

blackbox (version 1.0)

calc1DCIs: Compute 1D confidence intervals

Description

This computes 1D confidence intervals from an inferred likelihood surface by profile likelihood ratio methods

Usage

calc1DCIs(oneDimCIvars, FONKgNames, fittedNames, CIlevel = blackbox.getOption("CIlevel"),
          nextBounds = blackbox.getOption("nextBounds"),
          NextBoundsLevel = blackbox.getOption("NextBoundsLevel"),
          boundsOutfile = "", dataString = "", cleanResu = "")

Arguments

oneDimCIvars
The names of parameters for which confidence intervals are computed
FONKgNames
The names of Fitted Or Not parameters (see Details in blackbox.options for this concept)
fittedNames
The names of fitted parameters (see Details in blackbox.options for this concept)
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 "" (the default), print to the standard output connection.

Value

  • Returns invisibly a list of profile points that met the CI level for each parameter.