printLagpolList: Prints a list of lagpol objects.
Description
Prints a list of lagpol objects.
Usage
printLagpolList(llp, digits = 2, width = getOption("width"))Value
Invisibly returns the list of lagpol objects.
Arguments
- llp
A list of lagpol objects.
- digits
Integer. Number of significant digits to display. Default is 2.
- width
Integer. Maximum number of characters per line. Default is the console width.