| Ex9.2 | R Documentation | 
Reproduces Example 9.2 from the book. If you specify any options, your results may be different.
Ex9.2(N = 100, seed = 1)
| N | Number of random splits | 
| seed | Random seed for reproducibility | 
p <- Ex9.2(N=5)
head(sort(p))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.