MCResultAnalytical.initialize {mcrPioda} | R Documentation |
Initialize Method for 'MCResultAnalytical' Objects.
Description
Initialize Method for 'MCResultAnalytical' Objects.
Usage
MCResultAnalytical.initialize(
.Object,
data = data.frame(X = NA, Y = NA),
xmean = 0,
para = matrix(NA, ncol = 4, nrow = 2),
mnames = c("unknown", "unknown"),
regmeth = "unknown",
cimeth = "analytical",
error.ratio = 0,
alpha = 0.05,
weight = 1
)
Arguments
.Object |
object to be initialized |
data |
empty data.frame |
xmean |
mean value |
para |
empty coefficient matrix |
mnames |
empty method names vector |
regmeth |
string specifying the regression-method |
cimeth |
string specifying the confidence interval method |
error.ratio |
for Deming regression |
alpha |
value specifying the 100(1-alpha)% confidence-level |
weight |
1 for each data point |
Value
No return value
[Package mcrPioda version 1.3.3 Index]