R Documentation |
Print results of different methods applied to tlse
ands
tlseModel
Objects.
## S3 method for class 'tlseModel'
print(x, knots=FALSE, ...)
## S3 method for class 'tlse'
print(x, ...)
## S3 method for class 'summary.tlse'
print(x, digits = 4,
signif.stars = getOption("show.signif.stars"),
beta=FALSE, knots = 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 of the piecewise polynomials? |
knots |
Should we print the knots of the piecewise polynomial? |
... |
Argument for other type of objects |
data(simData)
mod1 <- setModel(Y~Z|~X1*X2, data=simData)
print(mod1)
fit <- tlse(mod1)
print(fit)
s <- summary(fit)
print(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.