| MCResultAnalytical-class {mcr} | R Documentation |
Class "MCResultAnalytical"
Description
Result of a method comparison based on analytical methods for computing confidence intervals.
Objects from the Class
Object is typically created by a call to function mcreg.
Object can be directly constructed by calling newMCResultAnalytical or new("MCResultAnalytical", data, xmean, para, mnames, regmeth, cimeth, error.ratio, alpha, weight).
Slots
xmean: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 = "MCResultAnalytical"): ...- printSummary
signature(.Object = "MCResultAnalytical"): ...- summary
signature(.Object = "MCResultAnalytical"): ...
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("MCResultAnalytical")