R testing

1r. test page for R script only

2r. R code for 3 card poker. risk of ruin.

(hole card seen probabilities. player advantage.)

call example: ror.3cp(250,500) #turn 200 betting units into 500 units

(stake,target)

ror.3cp(250,500) can be added to R Console

and press enter to run. pressing RUN will just run the code on script.r

3r. 3 card poker risk of ruin. base game with house advantage.