Skip to contents

[Experimental]

A copy from mcr::getCoefficients in mcr package

Usage

getCoefficients(...)

Arguments

...

Arguments passed on to mcr::getCoefficients

.Object

object of class "MCResult".

Examples

data(platelet)
fit <- mcreg(
  x = platelet$Comparative, y = platelet$Candidate,
  method.reg = "Deming", method.ci = "jackknife"
)
#> Jackknife based calculation of standard error and confidence intervals according to Linnet's method.
getCoefficients(fit)
#>                EST          SE       LCI      UCI
#> Intercept 4.335885 1.568968372 1.2289002 7.442869
#> Slope     1.012951 0.009308835 0.9945175 1.031386