Learn R Programming

iRegression (version 1.2.1)

summary.ccrm: Summarizing Constrained Centre and Range Method Fits

Description

summary method for class ccrm.

Usage

"summary"(object, ...)

Arguments

object
an object of class "ccrm", usually, a result of a call to ccrm.
...
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

ccrm

Examples

Run this code
##-- 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

Run the code above in your browser using DataLab