View source: R/MCResultAnalyticalMethods.r
MCResultAnalytical.initialize | R Documentation |
Initialize Method for 'MCResultAnalytical' Objects.
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
)
.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 |
No return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.