iden                  package:boot                  R Documentation

_C_o_n_s_t_r_u_c_t _s_p_e_c_i_a_l _m_a_t_r_i_c_e_s

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

     Construct identity or zero matrices of given sizes

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

     iden(n)
     zero(n,m)

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

       n: Number of rows in the output matrix

       m: Number of columns in the output matrix of zero

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

     A matrix of the appropriate dimensions.

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

     Angelo J. Canty

