Learn R Programming

mcr (version 1.2.1)

MCResultJackknife.initialize: 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

error.ratio

for deming regression

alpha

value specifying the 100(1-alpha) confidence-level

glob.coef

global coefficients

B0jack

jackknife intercepts

B1jack

jackknife slopes

weight

1 for each data point