Description Usage Format Details Source References See Also Examples
A real interval-valued data set represented in terms of the centre and the range of the intervals.
1 | data("Cardiological.CR")
|
A data frame containing the following variables:.
The midpoint of the response interval-valued variable Pulse
The midpoint of the explanatory interval-valued variable Systolic Pressure
The midpoint of the explanatory interval-valued variable Diastolic Pressure
The range of the response interval-valued variable Pulse
The range of the explanatory interval-valued variable Systolic Pressure
The range of the explanatory interval-valued variable Diastolic Pressure
This data set concerns the record of the pulse rate (Y), systolic blood pressure (X1) and diastolic blood pressure (X2) from 11 patients.
Billard and Diday (2000)
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.
1 2 3 4 | data("Cardiological.CR", package = "iRegression")
crm1 <- crm("PulseC~SystC+DiastC","PulseR~SystR+DiastR",data=Cardiological.CR)
summary(crm1)
|
Attaching package: 'iRegression'
The following object is masked from 'package:grDevices':
cm
Call:
crm.default(formula1 = "PulseC~SystC+DiastC", formula2 = "PulseR~SystR+DiastR",
data = Cardiological.CR)
Estimate.C StdErr.C
(Intercept) 21.1708061 18.4290175
SystC 0.3288879 0.1074485
DiastC 0.1698512 0.1327378
Estimate.R StdErr.R
(Intercept) 20.2149263 9.5906587
SystR -0.1466956 0.2107413
DiastR 0.3480081 0.4431036
RMSE.L:
[1] 9.809645
RMSE.U:
[1] 8.94141
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.