MCResultJackknife Object Constructor with Matrix in Wide Format as Input
newMCResultJackknife(
wdata,
para,
sample.names = NULL,
method.names = NULL,
regmeth = "Unknown",
glob.coef,
cimeth = "unknown",
B0jack,
B1jack,
error.ratio = error.ratio,
alpha = 0.05,
weight = rep(1, nrow(wdata))
)
MCResult object containing regression results.
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.
global coefficients
name of statistical method used for computing confidence intervals.
jackknife intercepts
jeckknife slopes
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