tukeyor                package:parody                R Documentation

_c_a_l_i_b_r_a_t_e_d _o_u_t_l_i_e_r _r_e_g_i_o_n _b_a_s_e_d _o_n _v_a_r_i_o_u_s _a_l_g_o_r_i_t_h_m_s

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

     calibrated outlier region based on various algorithms

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

     tukeyor(x, alpha=0.05, g=box.scale(length(x), alpha = alpha), ftype="ideal")

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

       x: x

   alpha: alpha

       g: g

   ftype: ftype

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     data(tcost)
     apply(tcost, 2, tukeyor)

