car.test.frame package:rpart R Documentation _A_u_t_o_m_o_b_i_l_e _D_a_t_a _f_r_o_m '_C_o_n_s_u_m_e_r _R_e_p_o_r_t_s' _1_9_9_0 _D_e_s_c_r_i_p_t_i_o_n: The 'car.test.frame' data frame has 60 rows and 8 columns, giving data on makes of cars taken from the April, 1990 issue of _Consumer Reports_. This is part of a larger dataset, some columns of which are given in 'cu.summary'. _U_s_a_g_e: car.test.frame _F_o_r_m_a_t: This data frame contains the following columns: '_P_r_i_c_e' a numeric vector giving the list price in US dollars of a standard model '_C_o_u_n_t_r_y' of origin, a factor with levels 'France' 'Germany' 'Japan' 'Japan/USA' 'Korea' 'Mexico' 'Sweden' 'USA' '_R_e_l_i_a_b_i_l_i_t_y' a numeric vector coded '1' to '5'. '_M_i_l_e_a_g_e' fuel consumption miles per US gallon, as tested. '_T_y_p_e' a factor with levels 'Compact' 'Large' 'Medium' 'Small' 'Sporty' 'Van' '_W_e_i_g_h_t' kerb weight in pounds. '_D_i_s_p.' the engine capacity (displacement) in litres. '_H_P' the net horsepower of the vehicle. _S_o_u_r_c_e: _Consumer Reports_, April, 1990, pp. 235-288 quoted in John M. Chambers and Trevor J. Hastie eds. (1992) _Statistical Models in S_, Wadsworth and Brooks/Cole, Pacific Grove, CA 1992, pp. 46-47. _S_e_e _A_l_s_o: 'cu.summary' _E_x_a_m_p_l_e_s: z.auto <- rpart(Mileage ~ Weight, car.test.frame) summary(z.auto)