R/print.mrfit.R

print.mrfit <-
function (x, ...) 
{
    coef <- x$betahat
    cat("\nCoefficients:\n")
    print(coef, ...)
}
kloke/mrfit documentation built on May 20, 2019, 12:34 p.m.