Learn R Programming

faraway (version 1.0.8)

sumary: Abbreviated Regression Summary

Description

Generic summaries for lm, glm and mer objects

Usage

sumary(object, ...)

Value

returns the same as summary()

Arguments

object

An lm, glm or mer object returned from lm(), glm() or lmer() respectively

...

further arguments passed to or from other methods.

Author

Julian Faraway

Details

This generic function provides an abbreviated regression output containing the more useful information. Users wanting to see more are advised to use summary()

References

This function is adapted from the display() function in the arm package

See Also

Examples

Run this code

data(stackloss)
object <- lm(stack.loss ~ .,stackloss)
sumary(object)

Run the code above in your browser using DataLab