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