calibintstat {mscalib} | R Documentation |
Returns an object of class calibintstat. Is used by function getintcalib
.
calibintstat(info , lm , ...)
... |
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) |
calibintstat |
object of class calibintstat. |
Witold Wolski wolski@molgen.mpg.de
lm
,
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)