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