| summary.qme-class {truncSP} | R Documentation |
Class "summary.qme"
Description
Documentation on S4 class "summary.qme"
Objects from the Class
Objects from the class are usually obtained by a calling summary on an object of class "qme".
Slots
level:Object of class
"numeric"the level of confidence for confidence intervalsconfint:Object of class
"matrix"confidence intervals for regression coefficientsbootconfint:Object of class
"matrix"bootstrap confidence intervals for regression coefficientscall: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 modelcval:Object of class
"data.frame"containing information on the threshold value usedvalue:Object of class
"numeric"the value of the objective function corresponding tocoefficientscounts: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
Extends
Class "qme", directly.
Methods
signature(x = "summary.qme"): print method
Author(s)
Anita Lindmark and Maria Karlsson
See Also
Examples
showClass("summary.qme")