generate_data           package:classifly           R Documentation

_G_e_n_e_r_a_t_e _d_a_t_a

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

     Generate new data from a data frame.

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

     generate_data(data, n=10000, method="grid")

_A_r_g_u_m_e_n_t_s:

    data: data frame

       n: desired number of new observations

  method: method to use, see 'simvar'

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

     This method generates new data that fills the range of the
     supplied datasets.

_A_u_t_h_o_r(_s):

     Hadley Wickham <h.wickham@gmail.com>

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

