MCResultJackknife-class {mcr} | R Documentation |
Class "MCResultJackknife"
Description
Result of a method comparison with Jackknife based confidence intervals.
Objects from the Class
Object is typically created by a call to function mcreg
.
Object can be directly constructed by calling newMCResultJackknife
or new("MCResultJackknife", data, para, mnames, regmeth, cimeth, alpha, glob.coef, B0jack, B1jack, error.ratio, weight)
.
Slots
glob.coef
:Object of class
"numeric"
~~B0jack
:Object of class
"numeric"
~~B1jack
:Object of class
"numeric"
~~data
:Object of class
"data.frame"
~~para
:Object of class
"matrix"
~~mnames
:Object of class
"character"
~~regmeth
:Object of class
"character"
~~cimeth
:Object of class
"character"
~~error.ratio
:Object of class
"numeric"
~~alpha
:Object of class
"numeric"
~~weight
:Object of class
"numeric"
~~
Extends
Class "MCResult"
, directly.
Methods
- calcResponse
signature(.Object = "MCResultJackknife")
: ...- getRJIF
signature(.Object = "MCResultJackknife")
: ...- plotwithRJIF
signature(.Object = "MCResultJackknife")
: ...- printSummary
signature(.Object = "MCResultJackknife")
: ...- summary
signature(.Object = "MCResultJackknife")
: ...
Author(s)
Ekaterina Manuilova ekaterina.manuilova@roche.com, Andre Schuetzenmeister andre.schuetzenmeister@roche.com, Fabian Model fabian.model@roche.com, Sergej Potapov sergej.potapov@roche.com
Examples
showClass("MCResultJackknife")