Description Usage Arguments Value
splitStratify
builds a training and validation set through a stratified
random sampling process. This function utilizes the strata
function from the
sampling package as well as the cut
function from the base package. The latter
function provides a means by which to bin continuous data prior to stratified random
sampling. We refer the user to the parameter descriptions to learn the specifics of
how to apply binning, although the user might find it easier to instead bin
annotations beforehand. When applied to an ExprsMulti
object, this function
stratifies subjects across all classes found in that dataset.
1 2 3 |
object |
An |
percent.include |
Specifies the percent of the total number of subjects to include in the training set. |
colBy |
Specifies a vector of column names by which to stratify in
addition to class labels annotation. If |
bin |
A logical vector indicating whether to bin the respective
|
breaks |
A list. Each element of the list should correspond to a
|
... |
For |
Returns a list of two ExprsArray
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.