kurtosis               package:moments               R Documentation

_P_e_a_r_s_o_n'_s _m_e_a_s_u_r_e _o_f _k_u_r_t_o_s_i_s

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

     This function computes the estimator of Pearson's measure of
     kurtosis.

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

     kurtosis(x, na.rm = FALSE)

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

       x: a numeric vector, matrix or data frame. 

   na.rm: logical. Should missing values be removed? 

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

     Lukasz Komsta

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

     'geary', 'anscombe.test'

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

     set.seed(1234)
     kurtosis(rnorm(1000))

