Description Usage Arguments Value References See Also Examples
summary
method for class MinMax
.
1 2 |
object |
an object of class " |
.
... |
other arguments. |
The function summary.MinMax
returns the following elements, given an object of the class "MinMax
",
Coef.L |
a named vector of coefficients for the Min explanatory variables. |
Coef.U |
a named vector of coefficients for the Max explanatory variables. |
RMSE.l |
root mean square error for the lower bound. |
RMSE.u |
root mean square error for the upper bound. |
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.
1 2 3 4 5 | ##-- Continuing the MinMax() example:
data("Cardiological.MinMax", package = "iRegression")
ex.MinMax <- MinMax(PulseMin~SystMin+DiastMin,PulseMax~SystMax+DiastMax,data=Cardiological.MinMax)
ex.sum <- summary(ex.MinMax)
ex.sum
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.