webshop                package:mixPHM                R Documentation

_W_e_b_s_h_o_p _d_a_t_a_s_e_t _f_o_r _m_i_x_P_H_M _p_a_c_k_a_g_e

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

     This data set represents sojourn times in seconds of 333 sessions
     on 7 webpage  categories of a webshop. Missing values indicate
     that the corresponding session did not visit a particular page.

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

     data(webshop)

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

     Numeric matrices of data frames with subjects as rows and
     variables as columns.  Missing values are coded as 'NA' or '0'
     (which corresponds to 0 survival time).

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

     Mair, P., and Hudec, M. (2007). Analysis of dwell times in Web
     Usage Mining.  Proceedings of the 31st Annual Conference of the
     German Classification Society  on Data Analysis, Machine Learning,
     and Applications.

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

     data(webshop)
     str(webshop)

