Calibstat-class {mscalib}R Documentation

Class "Calibstat" - Generic calibration object class

Description

Superclass of several different calibration object classes. The calibration objects store the calibartion model for a Massvector

Objects from the Class

See section seealso

Slots

info:
Object of class "character" info, identifier (ID)
tcoor:
Object of class "numeric" target coordinates
Coeff.Intercept:
Object of class "numeric" intercept coefficient of the mass measurement error (MME)
Coeff.Slope:
Object of class "numeric" slope coefficient of the MME
lengthmv:
Object of class "numeric" length of Massvector
quality:
Object of class "numeric" quality index of the obtained error model.

Methods

coerce
signature(from = "Calibstat", to = "numeric"): ...
coerce
signature(from = "Calibstat", to = "list"): ...
coerce
signature(from = "Calibstat", to = "data.frame"): ...
show
signature(object = "Calibstat"): ...
summary
signature(object = "Calibstat"): ...

Note

Author(s)

References

See Also

Child classes are CalibPRstat-class,Calibextstat-class ,Calibintstat-class,Calibprestat-class

Examples






[Package mscalib version 1.0.1 Index]