msummary
provides modified summary objects that typically produce
output that is either identical to or somewhat terser than their
summary
analogs. The contents of the object itself are unchanged
(except for an augmented class) so that other downstream functions should work as
before.
"print"(x, digits = max(3L, getOption("digits") - 3L), symbolic.cor = x$symbolic.cor, signif.stars = getOption("show.signif.stars"), ...)
"print"(x, digits = max(3L, getOption("digits") - 3L), symbolic.cor = x$symbolic.cor, signif.stars = getOption("show.signif.stars"), ...)
msummary(object, ...)
"msummary"(object, ...)
"msummary"(object, ...)
"msummary"(object, ...)
summary
msummary(lm(Sepal.Length ~ Species, data = iris))
Run the code above in your browser using DataLab