IPSURgetAnswer: Display answers to selected problems
Description
Displays answers to selected problems in the system's web browser. Adapted from a function in the UsingR package by John Verzani.Usage
IPSURgetAnswer(chapter = NULL, problem = NULL)
Arguments
chapter
The chapter number
problem
The problems number
Value
- If available, opens web browser to the requested answer.
Details
Some selected answers from the problems in Introduction to Probability & Statistics Using R are available from the webpage
http://www.cc.ysu.edu/~gjkerns/IPSUR. This function will display them one-by-one in the browser.