psim                package:accuracy                R Documentation

_p_e_r_f_o_r_m _z_e_l_i_g _s_i_m_u_l_a_t_i_o_n_s _f_o_r _p_e_r_t_u_r_b_e_d _m_o_d_e_l_s

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

     This performs 'sim()' for perturbed models.

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

             psim(object,x=setx(object),...)
              setx.sensitivity(obj,...)

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

  object: an object of type perturb, as returned from 'pzelig()'

     obj: an object of type perturb, as returned from 'pzelig()'

       x: an object returned from 'setx()' 

     ...: arguments to pass to default functions

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

     PSim returns an object containing predictive simulations for each
     perturbation.  Setx returns a setx object. See 'sim' and 'setx' in
     the Zelig package.

_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',  'PTBdefault',   'setx', 'sim', 'pzelig'

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

             # see the example in pzelig()

