Description Usage Arguments Value References See Also Examples
summary
method for class ccrm
.
1 2 |
object |
an object of class " |
... |
other arguments. |
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. |
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.
1 2 3 4 5 | ##-- 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.