HTML.sensitivity.summary      package:accuracy      R Documentation

_H_T_M_L _m_e_t_h_o_d_s _f_o_r _p_e_r_t_u_r_b_a_t_i_o_n _a_n_a_l_y_s_i_s

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

     HTML pretty printing methods for use rith R2HTML package

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

             HTML.sensitivity.summary(x,quiet=TRUE,...)
             HTML.sensitivity.sim.summary(x,...)
             HTML.sensitivity.anova(x,...)

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

       x: a sensitivity summary object

   quiet: show debugging output 

     ...: arguments to pass to default functions

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

     None

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

     Micah Altman Micah_Altman@harvard.edu <URL:
     http://www.hmdc.harvard.edu/micah_altman/>

_R_e_f_e_r_e_n_c_e_s:

     Altman, M., J. Gill and M. P. McDonald.  2003.  _Numerical Issues
     in Statistical Computing for the Social Scientist_.  John Wiley &
     Sons. <URL: http://www.hmdc.harvard.edu/numerical_issues/>

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

     See Also as 'perturb',  'HTML'

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

         ## Not run: 
     if(require(R2HTML,quietly=TRUE)){
       sp=summary(perturb(longley,lm,Employed~.))
       HTML(sp,file="") # HTML Output
     }
         
     ## End(Not run)

