simule              package:FactoMineR              R Documentation

_S_i_m_u_l_a_t_e _b_y _b_o_o_t_s_t_r_a_p

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

     Simulate by bootstrap

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

     simule(data, nb.simul)

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

    data: A data frame from which the rows are the original data from
          which the simualte data are calculated (by the average of a
          bootstrap sample. The columns corresponds to the variables
          for which the simulation should be done. The first column
          must be a factor allowing to group the rows. A bootstrap
          simulation is done for each level of this factor.

nb.simul: The number of simulations.

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

     The simulation is independently done for each level of the factor.
     The number of rows can be different for each levels.

_V_a_l_u_e:

    mean: Data.frame with all the levels of the factor variable, and
          for each variable, the mean of the original data.

   simul: Data.frame with all the levels of the factor variable, and
          for each variable, the nb.simul bootstrap simulations.

simul.mean: Data.frame with all the levels of the factor variable, and
          for each variable, the mean of the simulated data.

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

     Jrmy Mazet

