print: Print methods

printR Documentation

Print methods

Description

Print results of different methods applied to otlse Objects

Usage

## S3 method for class 'otlse'
print(x, ...)
## S3 method for class 'summary.otlse'
print(x, digits = 4,
                              signif.stars = getOption("show.signif.stars"),
                              beta=FALSE, ...)

Arguments

x

Onject of class otlse or summary.otlse.

digits

The number of digits to print.

signif.stars

Should we print the significant stars?

beta

Should we print the coefficient matrix for the piecewise polynomials?

...

Argument for other type of objects

Examples

data(simData)
fit <- otlse(simData$X, simData$Y, simData$Z) 
print(summary(fit), digits=5)

causalOTLSE documentation built on June 9, 2022, 3:02 a.m.