| oneWayHoldout | R Documentation | 
Note one way holdout can leak target expected values, so it should not be preferred in nested modeling situations. Also, doesn't respect nSplits.
oneWayHoldout(nRows, nSplits, dframe, y)
| nRows | number of rows to split (integer >1). | 
| nSplits | number of groups to split into (ignored). | 
| dframe | original data frame (ignored). | 
| y | numeric outcome variable (ignored). | 
split plan
oneWayHoldout(3,NULL,NULL,NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.