sumary | R Documentation |
Generic summaries for lm, glm and mer objects
sumary(object, ...)
object |
An lm, glm or mer object returned from lm(), glm() or lmer() respectively |
... |
further arguments passed to or from other methods. |
This generic function provides an abbreviated regression output containing
the more useful information. Users wanting to see more are advised to use
summary()
returns the same as summary()
Julian Faraway
This function is adapted from the display()
function in
the arm
package
summary
, lm
,
glm
, lmer
data(stackloss) object <- lm(stack.loss ~ .,stackloss) sumary(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.