summary.crm: Summarizing Centre and Range Method Fits

Description Usage Arguments Value References See Also Examples

Description

summary method for class crm.

Usage

1
2
## S3 method for class 'crm'
summary(object, ...)

Arguments

object

an object of class "crm", usually, a result of a call to crm.

...

other arguments.

Value

The function summary.crm returns the following elements, given an object of the class "crm",

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

Billard, L. and Diday, E. (2000) Regression analysis for interval-valued data. Data Analysis, Classification and Related Methods: Proceedings of the Seventh Conference of the International Federation of Classification Societies, Springer-Verlag, pp. 369-374.

Lima Neto, E.A. and De Carvalho, F.A.T. (2008). Centre and range method to fitting a linear regression model on symbolic interval data. Computational Statistics and Data Analysis, 52, 1500–1515.

See Also

crm

Examples

1
2
3
4
5
##-- Continuing the  crm() example:
data("Cardiological.CR", package = "iRegression")
ex.crm <- crm(PulseC~SystC+DiastC,PulseR~SystR+DiastR,data=Cardiological.CR)
ex.sum <- summary(ex.crm)
ex.sum

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