alrweb {alr3} | R Documentation |
This function will access the website for Applied Linear Regression
alrweb(what = c("webpage", "errata", "primer")) alrprimer() alrerrata()
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. |
Either a webpage or a pdf document is displayed. alrprimer() and alrerrata() call alrweb() with the appropriate arguments.
Sanford Weisberg, based on the function UsingR in the UsingR package by John Verzani
## Not run: alrweb()