Learn R Programming

nlme (version 3.1-38)

print.groupedData: Print a groupedData Object

Description

Prints the display formula and the data frame associated with object.

Usage

## S3 method for class 'groupedData':
print(x, ...)

Arguments

x
an object inheriting from class groupedData.
...
optional arguments passed to print.default; see the documentation on that method function.

See Also

groupedData

Examples

Run this code
data(Orthodont)
print(Orthodont)

Run the code above in your browser using DataLab