getAnswer {UsingR}R Documentation

Display answers to selected problems

Description

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

Usage

getAnswer(chapter = NULL, problem = NULL)

Arguments

chapter The chapter number
problem The problems number

Not all answers are available.

Details

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

Value

If available, opens web browser to the requested answer.

Author(s)

John Verzani

Examples

getAnswer()

[Package UsingR version 0.1-12 Index]