IPSURgetAnswer {RcmdrPlugin.IPSUR} | R Documentation |
Displays answers to selected problems in the system's web browser. Adapted from a function in the UsingR package by John Verzani.
IPSURgetAnswer(chapter = NULL, problem = NULL)
chapter |
The chapter number |
problem |
The problems number |
Not all answers are available.
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.
If available, opens web browser to the requested answer.
G. Jay Kerns
See AlsoIPSURweb
IPSURgetAnswer()