MCResult Object Constructor with Matrix in Wide Format as Input
newMCResult(wdata, para, sample.names = NULL, method.names = NULL,
regmeth = "Unknown", cimeth, error.ratio, alpha = 0.05, weight = rep(1,
nrow(wdata)))
measurement data in matrix format. First column reference method (x), second column test method (y).
regression parameters in matrix form. Rows: Intercept, Slope. Cols: EST, SE, LCI, UCI.
names of individual data points, e.g. barcodes of measured samples.
names of reference and test method.
name of statistical method used for regression.
name of statistical method used for computing confidence intervals.
ratio between standard deviation of reference and test method.
numeric value specifying the
100(1-alpha
)% confidence level of confidence
intervals (Default is 0.05).
numeric vector specifying the weights used for each point
MCResult object containing regression results.