tcost                 package:parody                 R Documentation

_D_a_t_a _o_n _m_i_l_k _t_r_a_n_s_p_o_r_t_a_t_i_o_n _c_o_s_t_s, _f_r_o_m _J_o_h_n_s_o_n _a_n_d _W_i_c_h_e_r_n,
_A_p_p_l_i_e_d _M_u_l_t_i_v_a_r_i_a_t_e _S_t_a_t_i_s_t_i_c_a_l _A_n_a_l_y_s_i_s, _3_r_d _e_d_i_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     Multivariate data on milk transportation costs

_U_s_a_g_e:

     data(tcost)

_F_o_r_m_a_t:

     The format is: num [1:36, 1:3] 16.44 7.19 9.92 4.24 11.2 ...

     - attr(*, "dimnames")=List of 2

     '..$': chr [1:36] "1" "2" "3" "4" ...

     '..$': chr [1:3] "fuel" "repair" "capital"

_D_e_t_a_i_l_s:

     Extract from Johnson and Wichern example dataset on milk
     transportation.

_S_o_u_r_c_e:

     Johnson and Wichern, Applied Multivariate Statistical Analysis,
     3rd edition, p263

_E_x_a_m_p_l_e_s:

     data(tcost)
     mv.calout.detect(tcost)

