Skip to contents

A class for storing parameters of a jackknifed model fit.

Usage

# S4 method for ANY
FLParJK(object, orig)

# S4 method for FLParJK
orig(object)

Slots

.Data

Jackknifed object, FLPar.

units

units of measurement, character.

orig

original object being jackknifed, FLPar.

Validity

You can inspect the class validity function by using getValidity(getClassDef('FLParJK'))

Accessors

All slots in the class have accessor and replacement methods defined that allow retrieving and substituting individual slots.

The values passed for replacement need to be of the class of that slot. A numeric vector can also be used when replacing FLQuant slots, and the vector will be used to substitute the values in the slot, but not its other attributes.

Constructor

Objects of this class are commonly created by calling the jackknife() method A construction method exists for this class that can take named arguments for any of its slots. All slots are then created to match the requirements of the class validity.

See also

Author

The FLR Team