Description Usage Arguments Value Examples
Given a data frame of the phenotype data, look at the 'split' column, and replace 'train' and 'val' with 'train_val'
1 | update_split_column_for_refit(pheno_df)
|
pheno_df |
A phenotype data frame with a column named 'split' |
an updated phenotype data drame
1 2 3 4 | ## Not run:
update_split_column_for_refit(pheno_df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.