"stls"
.stls
.call
:"call"
the function call coefficients
:"matrix"
the estimated coefficients from fitting a model for truncated regression using the Quadratic Mode Estimator (QME) startcoef
:"matrix"
the starting coefficients used when fitting the model value
:"numeric"
the value of the objective function corresponding to coefficients
counts
:"integer"
number of iterations until convergenceconvergence
:"integer"
indicating whether convergence was achieved message
:"character"
a character string giving any additional information returned by the optimizer residuals
:"matrix"
the residuals of the model fitted.values
:"matrix"
the fitted values df.residual
:"integer"
the residual degrees of freedom covariance
:"matrix"
the estimated covariance matrix bootrepl
:"matrix"
bootstrap replicates used to estimate the covariance matrix signature(object = "stls")
: extracts the coefficients of the model fitted using stls
signature(object = "stls")
: extracts the fitted values of the model fitted using stls
signature(x = "stls")
: print method signature(object = "stls")
: extracts the residuals of the model fitted using stls
signature(object = "stls")
: summary method signature(object = "stls")
: extracts the covariance matrix of the model fitted using stls
stls
and class "summary.stls"