compareFit {mcrPioda} | R Documentation |
Graphical Comparison of Regression Parameters and Associated Confidence Intervals
Description
Graphical comparison of regression parameters (intercept and slope) and their associated 100(1-alpha)% confidence intervals for multiple fitted models of 'MCResult' sub-classes.
Usage
compareFit(...)
Arguments
... |
list of fitted models, i.e. objects of "MCResult" sub-classes. |
Value
No return value, instead a plot is generated
Examples
library("mcrPioda")
data("creatinine", package="mcrPioda")
fit.lr <- mcreg(as.matrix(creatinine), method.reg="LinReg", na.rm=TRUE)
fit.wlr <- mcreg(as.matrix(creatinine), method.reg="WLinReg", na.rm=TRUE)
compareFit( fit.lr, fit.wlr )
[Package mcrPioda version 1.3.3 Index]