alrweb                 package:alr3                 R Documentation

_A_c_c_e_s_s _t_o _t_h_e _A_p_p_l_i_e_d _L_i_n_e_a_r _R_e_g_r_e_s_s_i_o_n _w_e_b_s_i_t_e

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

     This function will access the website for Applied Linear
     Regression

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

     alrweb(what = c("webpage", "errata", "primer"))

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

    what: A character string indicating what page to open. The default 
          "webpage" will open the main webpage, "errata" displays the
          Errata sheet for the book, and "primer" fetches and displays
          the primer for R. 

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

     Either a webpage or a pdf document is displayed.

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

     Sanford Weisberg, based on the function UsingR in the UsingR
     package by John Verzani

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

     # Not run: alrweb()  # go to the website

