summary.ccrm: Summarizing Constrained Centre and Range Method Fits

Description Usage Arguments Value References See Also Examples

Description

summary method for class ccrm.

Usage

1
2
## S3 method for class 'ccrm'
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

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

iRegression documentation built on May 2, 2019, 8:24 a.m.