sd                  package:FLCore                  R Documentation

_S_t_a_n_d_a_r_d _d_e_v_i_a_t_i_o_n _o_f _a_n _F_L_M_o_d_e_l _o_b_j_e_c_t

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

     'sd' computes the standard deviation of the parameter estimates in
     an FLModel object, either by calculating the diagonal of the
     square root of the variance-covariance matrix or, if multiple
     parameter estimates, as the standard deviation of each parameter.

_G_e_n_e_r_i_c _f_u_n_c_t_i_o_n:

     sd(x, na.rm)

_M_e_t_h_o_d_s:


     _s_i_g_n_a_t_u_r_e(_x=_F_L_M_o_d_e_l,_n_a._r_m=_m_i_s_s_i_n_g) : Standard deviation of a
          FLModel object

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

     The FLR Team

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

     'sd', 'FLModel'

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

     data(nsher)
     sd(nsher)

