print.tsls | R Documentation |
tsls
Objects of class tsls
are constructed by tsls
.
print.tsls
prints and displays some information about fitted tsls
objects.
summary.tsls
summarizes information of a fitted tsls
object.
## S3 method for class 'tsls'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'tsls'
summary(object, digits = max(3L, getOption("digits") - 3L), ...)
x |
an object of class |
digits |
significant digits in printout |
... |
arguments passed to the print function and other methods |
object |
an object of class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.