summary.rt {stima} | R Documentation |
Summarizing Regression Trunk Model Fits from stima
Description
summary
method for class “rt” (i.e. a regression trunk)
Usage
## S3 method for class 'rt'
summary(object, digits = 3,...)
Arguments
object |
an object of class |
digits |
the number of decimals to used in the output. |
... |
Additional arguments to be passed |
Value
The function summary.rt
returns the goodness-of-fit summary of the estimated regression trunk model, using the components “goffull
” and, if available, “gofsel
”.
full |
goodness-of-fit estimates of the full regression trunk model estimated after 1 split through the model estimated after the maximum number of splits. |
selected |
goodness-of-fit estimates of the selected regression trunk model (if applicable). |