| Vehicle {MLGdata} | R Documentation |
Preferred vehicle
Description
Data from an insurance company, which record for each contract the kind of vehicle, together with some additional variables.
Usage
Vehicle
Format
A data frame with 2067 observations on the following 4 variables
ageage of the owner
mengender (
1, man;0, female)urbanresidential area (
1, urban;0, rural)vehkind of vehicle, factor with 3 levels (
C, car;F, fourwheel;M, motorcycle)
Source
http://www.ub.edu/rfa/R/regression_with_categorical_dependent_variables.html
Guillén, M. (2014). Regression with categorical dependent variables. In Predictive Modeling Applications in Actuarial Science - Volume I: Predictive Modeling Techniques, E.W. Frees, R.A. Derrig and G. Meyers (Eds.) pp. 65-86. Cambridge: Cambridge University Press.
[Package MLGdata version 0.1.0 Index]