methods.tsls: Methods for S3 object 'tsls'

Description Usage Arguments

Description

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.

Usage

1
2
3
4
5
6
## 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),
  ...)

Arguments

x

an object of class tsls

digits

significant digits in printout

...

arguments passed to the print function and other methods

object

an object of class tsls


hdm documentation built on May 2, 2019, 4:42 p.m.