summaryFs              package:cwhstat              R Documentation

_P_r_i_n_t _e_x_t_e_n_d_e_d _s_u_m_m_a_r_y _o_f _l_m.

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

     Print summary of lm, std.dev and Finney's correction to log
     normally distributed data.

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

       summaryFs(lm)

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

      lm: Result of an lm(log(y) ~ .)

_N_o_t_e:

     Uses 'FC.lm' and 's.lm'

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

     Christian W. Hoffmann, christian.hoffmann@wsl.ch, 
      <URL: http://www.wsl.ch/staff/christian.hoffmann>

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

       x <- rnorm(1000); y <- 0.1*rnorm(1000)
       summaryFs(lm(y ~ x))

