alrweb {alr3}R Documentation

Access to the Applied Linear Regression website

Description

This function will access the website for Applied Linear Regression

Usage

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

alrprimer()

alrerrata()

Arguments

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.

Value

Either a webpage or a pdf document is displayed. alrprimer() and alrerrata() call alrweb() with the appropriate arguments.

Author(s)

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

Examples


## Not run: alrweb()

[Package alr3 version 1.1.12 Index]