Learn R Programming

iRegression (version 1.2.1)

soccer.bivar: Soccer Interval Data Set

Description

A real interval-valued data set.

Usage

data("soccer.bivar")

Arguments

Format

A data frame containing following variables:
yMin
Minimum of the response variable Y (weight)
t1Min
Minimum of the explanatory variable T1 (height)
t2Min
Minimum of the explanatory variable T2 (age)
yMax
Maximum of the response variable Y (weight)
t1Max
Maximum of the explanatory variable T1 (height)
t2Max
Maximum of the explanatory variable T2 (age)

Source

Lima Neto et. al. (2011)

Details

This data set concerns the record of the Weight (Y), Height (T1) and Age (T2) from 20 soccer teams of the premiere French championship.

References

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.

See Also

cm, MinMax, bivar

Examples

Run this code
data("soccer.bivar", package = "iRegression")

bivar1 <- bivar(yMin~t1Min+t2Min, "identity", yMax~t1Max+t2Max, "identity", data=soccer.bivar)
summary(bivar1)

Run the code above in your browser using DataLab