test_Stats               package:grnnR               R Documentation

_P_r_o_d_u_c_e _E_r_r_o_r _P_l_o_t_s

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

     produce several error statistic plots: targets vs estimates,
     box-whisker, histogram, and density

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

     test_Stats(T, T_hat, NOVAL=NA)

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

       T: targets

   T_hat: neural net estimates

   NOVAL: missing data parameter (default=NA)

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

     NOVAL parameter provides value substition for missing data

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

     Arnold Arrington

