mcreg | R Documentation |
A copy from mcr::mcreg in mcr
package
mcreg(...)
... |
Arguments passed on to
|
A regression fit model.
mcr::mcreg()
data(platelet)
fit <- mcreg(
x = platelet$Comparative, y = platelet$Candidate,
method.reg = "Deming", method.ci = "jackknife"
)
printSummary(fit)
getCoefficients(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.