Print a groupedData Object
Usage
print(x, ...)
Arguments
x
an object inheriting from class
groupedData
.
...
optional arguments passed to
print.default
; see the documentation on that method function.
Description
Prints the display formula and the data frame associated with
object
.
Author(s)
Jose Pinheiro and Douglas Bates
See Also
groupedData
Examples
library(lme) data(Orthodont) print(Orthodont)
[Package Contents]