phenoSplit: function that split phenoData into train and test

Description Usage Arguments Examples

View source: R/phenoSplit.R

Description

function that split phenoData into train and test

Usage

1
phenoSplit(rowNum, flds, pheno, info)

Arguments

rowNum

num of row in information_df

flds

a list by create by first part of function summaryInfo

pheno

phenotype data frame

info

df create by first part of function summaryInfo

Examples

1
2
3
4
5
6
7
## Not run: 
 test <- phenoSplit(rowNum = 3,
                      flds = flds,
                     pheno = patients_df,
                      info = information_df)

## End(Not run)

lizhongliu1996/PredictMisc documentation built on Aug. 23, 2019, 5:55 a.m.