print-methods           package:distrTEst           R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n_s _p_r_i_n_t _a_n_d _s_h_o_w _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:

     print/show-methods

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



     _p_r_i_n_t 'signature(x = "Evaluation")': returns the name of the data
          object, its filename, the estimator used and the result;
          optional arguments: 

          _r_u_n_s_0 the indices of runs to be summarized;

          _d_i_m_s_0 the indices of result dimensions to be summarized;

          internal argument:

          _i_n_L_i_s_t decides if name of Dataobject and Datafile are printed
               out  (which is done if 'inLIST==FALSE'); defaults to
               'FALSE' but is TRUE when 'summary' is called from
               'summary'-method for 'signature(object =
               "EvaluationList")'


     _p_r_i_n_t 'signature(object = "EvaluationList")': after printing the
          name of the list,  for each member of the list print is
          executed; optional arguments: 

          _e_v_a_l_0 the indices of evaluations to be summarized;- of this
               vector 'eval0'  maximally
               'MaxNumberofSummarizedEvaluations' evaluations are
               summarized where 'MaxNumberofPrintedEvaluations'  is a
               global option, see 'distrTEstoptions'

          _r_u_n_s_0 the indices of runs to be summarized;

          _d_i_m_s_0 the indices of observation dimensions to be summarized;


     _s_h_o_w 'signature(x = "Evaluation")': the same as 'print' (without
          optional arguments)

     _s_h_o_w 'signature(x = "EvaluationList")': the same as 'print'
          (without optional arguments)

