SE                  package:survey                  R Documentation

_E_x_t_r_a_c_t _s_t_a_n_d_a_r_d _e_r_r_o_r_s

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

     Extracts standard errors from an object. The default method is for
     objects with a 'vcov' method.

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

     SE(object, ...)
     ## Default S3 method:
     SE(object,...)
     ## S3 method for class 'svrepstat':
     SE(object,...)

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

  object: An object

     ...: Arguments for future expansion 

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

     Vector of standard errors.

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

     'vcov'

