postdoc             package:latticeExtra             R Documentation

_R_e_a_s_o_n_s _f_o_r _T_a_k_i_n_g _F_i_r_s_t _P_o_s_t_d_o_c_t_o_r_a_l _A_p_p_o_i_n_t_m_e_n_t

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

     Reasons for Taking First Postdoctoral Appointment, by Field of
     Doctrate, 1997

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

     data(postdoc)

_F_o_r_m_a_t:

     The data set is avaliable as a two-way table of counts.

_S_o_u_r_c_e:

     Survey of Doctorate Recipients, 1997

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

     Enhancing the Postdoctoral Experience for Scientists and
     Engineers: A Guide for Postdoctoral Scholars, Advisers,
     Institutions, Funding Organizations, and Disciplinary Societies

     <URL: http://books.nap.edu/catalog.php?record_id=9831>

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

     data(postdoc)
     library(lattice)
     barchart(prop.table(postdoc, margin = 1),
              auto.key = TRUE, xlab = "Proportion")

