R Documentation |
Print results of different methods applied to otlse Objects
## 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, ...)
x |
Onject of class |
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 |
data(simData) fit <- otlse(simData$X, simData$Y, simData$Z) print(summary(fit), digits=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.