getAnswer               package:UsingR               R Documentation

_D_i_s_p_l_a_y _a_n_s_w_e_r_s _t_o _s_e_l_e_c_t_e_d _p_r_o_b_l_e_m_s

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

     Displaysanswers to selected problems  in the system's web browser
     .

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

     getAnswer(chapter = NULL, problem = NULL)

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

 chapter: The chapter number

 problem: The problems number

     Not all answers are available.

_D_e_t_a_i_l_s:

     Some selected answers from the problems in _Using R for
     Introductory Statistics_ are available from the webpage <URL:
     http://www.math.csi.cuny.edu/UsingR>. This function will display
     them one-by-one in the browser.

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

     If available, opens web browser to the requested answer.

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

     John Verzani

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

     getAnswer()

