stls-class {truncSP} | R Documentation |
Class "stls"
Description
Documentation on S4 class "stls"
.
Objects from the Class
Objects from the class are usually obtained by a call to the function stls
.
Slots
call
:Object of class
"call"
the function callcoefficients
:Object of class
"matrix"
the estimated coefficients from fitting a model for truncated regression using the Quadratic Mode Estimator (QME)startcoef
:Object of class
"matrix"
the starting coefficients used when fitting the modelvalue
:Object of class
"numeric"
the value of the objective function corresponding tocoefficients
counts
:Object of class
"integer"
number of iterations until convergenceconvergence
:Object of class
"integer"
indicating whether convergence was achievedmessage
:Object of class
"character"
a character string giving any additional information returned by the optimizerresiduals
:Object of class
"matrix"
the residuals of the modelfitted.values
:Object of class
"matrix"
the fitted valuesdf.residual
:Object of class
"integer"
the residual degrees of freedomcovariance
:Object of class
"matrix"
the estimated covariance matrixbootrepl
:Object of class
"matrix"
bootstrap replicates used to estimate the covariance matrix
Methods
- coef
signature(object = "stls")
: extracts the coefficients of the model fitted usingstls
- fitted
signature(object = "stls")
: extracts the fitted values of the model fitted usingstls
signature(x = "stls")
: print method- residuals
signature(object = "stls")
: extracts the residuals of the model fitted usingstls
- summary
signature(object = "stls")
: summary method- vcov
signature(object = "stls")
: extracts the covariance matrix of the model fitted usingstls
Author(s)
Anita Lindmark and Maria Karlsson
See Also
Function stls
and class "summary.stls"
Examples
showClass("stls")