View source: R/create_df_indic_stat.R
create_df_indic_stat | R Documentation |
Create a data frame with several descriptive statistical indicators : AUC (for training and/or test set); Recognition rate (for train and/or complete dataset), and statistical confidence
create_df_indic_stat(df_trainvalid, df_compl = data.frame(POST_PROB = 0))
df_trainvalid |
dataframe of postprob frequency |
df_compl |
(optional) |
Dta frame of statistical descriptors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.