Learn R Programming

ivtools (version 1.0.0)

print.summary.tsls: Prints summary of two-stage least squares estimation

Description

This is a print method for class "summary.tsls".

Usage

# S3 method for summary.tsls
print(x, digits=max(3L, getOption("digits")-3L), 
  signif.stars=getOption("show.signif.stars"), ...)

Arguments

x

an object of class "summary.tsls".

digits

the number of significant digits to use.

signif.stars

logical. If TRUE, "significance stars" are printed for each coefficient.

not used.

See Also

tsls

Examples

Run this code
# NOT RUN {
##See documentation for tsls

# }

Run the code above in your browser using DataLab