norm            package:ffmanova            R Documentation(latin1)

_M_a_t_r_i_x _n_o_r_m.

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

     'norm(X)' returns the largest singular value of 'X'; it is
     equivalent to 'svd(X, nu = 0, nv = 0)$d[1]'.

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

     norm(X)

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

       X: a numeric matrix.

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

     The largest singular value of 'X'.

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

     yvind Langsrud and Bjrn-Helge Mevik

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

     'svd'

