jstats                 package:RTOMO                 R Documentation

_s_t_a_t_i_s_t_i_c_s _o_f _a _v_e_c_t_o_r

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

     returns relevant stats

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

     jstats(d)

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

       d: vector 

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

     Program calls R routines to gather important statistics for later
     use.

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

     list: 

    mean: mean value

     std: standard deviation

     med: median

   qdist: quartile distance

  bstats: boxplot quantiles

  mstats: vector of mean and std

       N: number of points

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

     Jonathan M. Lees<jonathan.lees.edu>

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

     boxplot, mean, median

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

     x  = rnorm(100, m=43)
     jstats(x)

