| MCResult-class {mcr} | R Documentation |
Class "MCResult"
Description
Result of a method comparison.
Objects from the Class
Object is typically created by a call to function mcreg.
Object can be directly constructed by calling newMCResult or new("MCResult", data, para, mnames, regmeth, cimeth, error.ratio, alpha, weight).
Slots
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"~~
Methods
- calcBias
signature(.Object = "MCResult"): ...- calcCUSUM
signature(.Object = "MCResult"): ...- calcResponse
signature(.Object = "MCResult"): ...- getCoefficients
signature(.Object = "MCResult"): ...- coef
signature(.Object = "MCResult"): ...- getData
signature(.Object = "MCResult"): ...- getErrorRatio
signature(.Object = "MCResult"): ...- getRegmethod
signature(.Object = "MCResult"): ...- getResiduals
signature(.Object = "MCResult"): ...- getWeights
signature(.Object = "MCResult"): ...- plot
signature(x = "MCResult"): ...- plotBias
signature(x = "MCResult"): ...- plotDifference
signature(.Object = "MCResult"): ...- plotResiduals
signature(.Object = "MCResult"): ...- printSummary
signature(.Object = "MCResult"): ...- summary
signature(.Object = "MCResult"): ...
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("MCResult")