simulData             package:segmented             R Documentation

_S_i_m_u_l_a_t_e_d _d_a_t_a

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

     Simulated dataset to illustrate the capability of segmented

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

     data(simulData)

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

     A data frame with 200 observations on the following 3 variables.

     '_y' the response variable

     '_x' the explanatory variable

     '_g_r_o_u_p' the grouping variable

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

     This dataset is employed to illustrate the capabilities of
     'segmented' in fitting segmented relationships with several
     breakpoints and constraints on the slope parameters.

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

     data(simulData)
     ## plot(simulData)

