plot.sensitivity          package:accuracy          R Documentation

_G_e_n_e_r_i_c _m_e_t_h_o_d_s _f_o_r _p_e_r_t_u_r_b_a_t_i_o_n_s.

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

     Perturbations objects can be printed, summarized, and plotted .

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

     ## S3 method for class 'sensitivity':
     plot(x, ask=dev.interactive(), ...)
     ## S3 method for class 'sensitivity':
     anova(object, ...)
     ## S3 method for class 'sensitivity':
     print(x, quiet=TRUE, ...)
     ## S3 method for class 'sensitivity':
     summary(object, ...)

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

       x: perturb object to plotted or printed 

  object: perturb object to be summarized, or presented as an anova

     ...: additional parameters passed to xxx.default functions 

     ask: whether to pause and ask between plots 

   quiet: whether to print low-level details of perturb object

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

     see the related generic functions

_N_o_t_e:

     A perturb object can be summarized, printed, plotted, or
     summarized via anova if applicable.  The idiom
     'plot(anova(perturb(...)))' will plot the anova summaries, as
     well. And the 'plot(summary(perturb(...)))' will plot the
     sensitivity of the coefficients. See 'perturb' for an example.

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

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

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

     'perturb'

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

     # see perturb()

