View source: R/rf_functions_p1.R
boot.samp | R Documentation |
boot.samp
implements bootstrapping for RFSLAM
boot.samp(ntree = 100, id, boot.df.rep, id_col, time_unit_col)
ntree |
the number of trees to sample for |
id |
the list of patient ids |
boot.df.rep |
the dataframe to bootstrap from |
id_col |
the variable name holding the patient ids |
time_unit_col |
the variable name holding the CPIU value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.