calibintstat {mscalib}R Documentation

Constructor

Description

Returns an object of class calibintstat. Is used by function getintcalib.

Usage

calibintstat(info , lm , ...)

Arguments

... further parameters Coef.Intercept, Coef.Slope, lengthmv, nrmatch, error.mean, error.stdv, ppm.
info identifier of the calibstat object. Links it with the massvector.
lm object of class 'lm' (linear model)

Value

calibintstat object of class calibintstat.

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

lm,

Examples

 data(mv1)
 data(cal)
 res<-getintcalib(mv1,cal,error=2,ppm=FALSE)
 class(res)
 plot(res)
 res<-getintcalib(mv1,cal,error=400,ppm=TRUE)
 class(res)
 plot(res)

[Package Contents]