Learn R Programming

mcr (version 1.2.1)

MCResultAnalytical-class: Class "MCResultAnalytical"

Description

Result of a method comparison based on analytical methods for computing confidence intervals.

Arguments

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"): ...

Examples

Run this code
# NOT RUN {
showClass("MCResultAnalytical")
# }

Run the code above in your browser using DataLab