"MCResultAnalytical"MCResultAnalytical-class.RdResult of a method comparison based on analytical methods for computing confidence intervals.
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).
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" ~~
Class "MCResult", directly.
signature(.Object = "MCResultAnalytical"): ...
signature(.Object = "MCResultAnalytical"): ...
signature(.Object = "MCResultAnalytical"): ...
showClass("MCResultAnalytical")
#> Class "MCResultAnalytical" [package "mcr"]
#>
#> Slots:
#>
#> Name: xmean data para mnames regmeth cimeth
#> Class: numeric data.frame matrix character character character
#>
#> Name: error.ratio alpha weight
#> Class: numeric numeric numeric
#>
#> Extends: "MCResult"