Table                 package:rhosp                 R Documentation

_m_a_k_e _a_n _a_r_r_a_y _o_f _b_i_a_s, _v_a_r_i_a_n_c_e _a_n_d _R _f_o_r _d_i_f_f_e_r_e_n_t _d_i_s_t_r_i_b_u_t_i_o_n _a_n_d _e_s_t_i_m_a_t_o_r_s

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

     this function prints an array of the bias, variance, risk
     constants R and CR for three estimators (parametric, non
     parametric and De Vielder) with different side effect probability
     for p

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

     Table(file, nb = 10, mod)

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

    file: the file in wich the simulation will be done 

      nb: the number of simulation for each estimators 

     mod: first mod makes simulation for an estimator in different
          cases (arg2) second mod makes simulation for a case with
          different estimators third mod makes simulation for a case
          with the parametric and non parametric estimatorse 

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

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

     Cj

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

     #Table("d.rda",100,3)

     # plot the following result 
     #[1] "arg2Exp"
     #           nonpar           par
     #bias 4.407856e-02 -3.503516e-06
     #var  6.001352e-05  1.972828e-05
     #R    9.405885e-02  4.997679e-02
     #CR   8.492920e+00  1.455619e+01
     #[1] "arg2Cst"
     #           nonpar          par
     #bias 1.575410e-02 4.573187e-04
     #var  1.714712e-05 5.675577e-06
     #R    3.242554e-02 1.712875e-02
     #CR   2.197198e+01 4.066553e+01
     #[1] "arg2Comp"
     #           nonpar           par
     #bias 3.247060e-02 -5.558817e-05
     #var  4.621880e-05  1.006148e-05
     #R    6.880894e-02  3.628275e-02
     #CR   1.101930e+01  1.967524e+01
     #[1] "arg2Gamma"
     #           nonpar           par
     #bias 1.832645e-02 -7.552530e-04
     #var  2.267637e-05  7.363311e-06
     #R    3.778277e-02  1.870107e-02
     #CR   1.911443e+01  3.773611e+01
     #[1] "arg2Lnorm"
     #           nonpar          par
     #bias 4.556463e-02 1.017082e-03
     #var  7.013414e-05 3.104221e-05
     #R    1.005464e-01 5.599889e-02
     #CR   8.101552e+00 1.318976e+01
     #[1] "arg2Unif"
     #           nonpar          par
     #bias 2.514426e-02 2.598740e-04
     #var  3.878331e-05 1.073282e-05
     #R    5.236710e-02 2.748271e-02
     #CR   1.408411e+01 2.580822e+01
     #[1] "arg2Weib"
     #           nonpar          par
     #bias 4.588473e-03 1.540856e-04
     #var  5.405285e-06 1.589171e-06
     #R    9.367470e-03 4.933083e-03
     #CR   7.709814e+01 1.468196e+02
     #

