Description Usage Format Details Source References See Also Examples
A real interval-valued data set.
1 | data("soccer.bivar")
|
A data frame containing following variables:
Minimum of the response variable Y (weight)
Minimum of the explanatory variable T1 (height)
Minimum of the explanatory variable T2 (age)
Maximum of the response variable Y (weight)
Maximum of the explanatory variable T1 (height)
Maximum of the explanatory variable T2 (age)
This data set concerns the record of the Weight (Y), Height (T1) and Age (T2) from 20 soccer teams of the premiere French championship.
Lima Neto et. al. (2011)
Lima Neto, E. A., Cordeiro, G. and De Carvalho, F.A.T. (2011). Bivariate symbolic regression models for interval-valued variables. Journal of Statistical Computation and Simulation (Print), 81, 1727–1744.
1 2 3 4 | data("soccer.bivar", package = "iRegression")
bivar1 <- bivar(yMin~t1Min+t2Min, "identity", yMax~t1Max+t2Max, "identity", data=soccer.bivar)
summary(bivar1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.