savedata-methods          package:distrTEst          R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n _s_a_v_e_d_a_t_a _i_n _P_a_c_k_a_g_e '_d_i_s_t_r_T_E_s_t'

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

     savedata-methods

_M_e_t_h_o_d_s:


     _s_a_v_e_d_a_t_a 'signature(object = "Evaluation")': saves the object in
          two files in the directory of R - one with data -filename =
          <filename>-, one without as comment file -filename =
          <filename>.comment-(see example);  <filename>the filename can
          be specified in the optional argument 'fileN'; by default it
          is concatenated from the filename of the 'Dataclass' object
          and the estimatorname, which you may either pass as argument
          'estimatorName' or it is taken as the R-name of the
          corresponding R-function.

_N_o_t_e:

     For an example, see 'Simulation-class' and 'Contsimulation-class'

_S_e_e _A_l_s_o:

     'Dataclass-class' 'Simulation-class' 'Contsimulation-class'
     'Evaluation-class'

