carWeb {car} | R Documentation |
Access to the R Companion to Applied Regression website
Description
This function will access the website for An R Companion to Applied Regression.
Usage
carWeb(page = c("webpage", "errata", "taskviews"), script, data)
Arguments
page |
A character string indicating what page to open. The default
|
script |
The quoted name of a chapter in An R Companion to Applied
Regression, like |
data |
The quoted name of a data file in An R Companion to Applied
Regression, like |
Value
Either a web page or a PDF document is displayed. Only one of the three
arguments page
, rfile
, or data
, should be used.
Author(s)
Sanford Weisberg, based on the function UsingR
in the UsingR
package by John Verzani
References
Fox, J. and Weisberg, S. (2011) An R Companion to Applied Regression, Second Edition, Sage.
Examples
## Not run: carWeb()