summary.ccrm {iRegression} | R Documentation |
Summarizing Constrained Centre and Range Method Fits
Description
summary
method for class ccrm
.
Usage
## S3 method for class 'ccrm'
summary(object, ...)
Arguments
object |
an object of class " |
... |
other arguments. |
Value
The function summary.ccrm
returns the following elements, given an object of the class "ccrm
",
Coef.C |
a named vector of coefficients for the Centre explanatory variables. |
Coef.R |
a named vector of coefficients for the Range explanatory variables. |
RMSE.l |
root mean square error for the lower bound. |
RMSE.u |
root mean square error for the upper bound. |
References
Lima Neto, E.A. and De Carvalho, F.A.T. (2010). Constrained linear regression models for symbolic interval-valued variables. Computational Statistics and Data Analysis, 54, 333–347.
See Also
Examples
##-- Continuing the ccrm() example:
data("Cardiological.CR", package = "iRegression")
ex.ccrm <- ccrm(PulseC~SystC+DiastC,PulseR~SystR+DiastR,data=Cardiological.CR)
ex.sum <- summary(ex.ccrm)
ex.sum
[Package iRegression version 1.2.1 Index]