| print.groupedData(nlme) | R Documentation |
Prints the display formula and the data frame associated with
object.
print(x, ...)
x |
an object inheriting from class groupedData. |
... |
optional arguments passed to print.default; see
the documentation on that method function. |
Jose Pinheiro and Douglas Bates
library(nlme) data(Orthodont) print(Orthodont)