View source: R/chooseB.intern.R
| chooseB.intern | R Documentation | 
Tune the number of iterations for variable selection using varselbest
chooseB.intern(
  res.varselbest,
  linewidth = 1,
  linetype = "dotdash",
  xlab = "B",
  ylab = "Proportion",
  graph = TRUE,
  title = NULL
)
| res.varselbest | an output from the varselbest function | 
| linewidth | a numerical value setting the widths of lines | 
| linetype | what type of plot should be drawn | 
| xlab | a title for the x axis | 
| ylab | a title for the y axis | 
| graph | a boolean. If FALSE, no graphics are ploted. Default value is TRUE | 
| title | the main title | 
Bar-Hen, A. and Audigier, V. An ensemble learning method for variable selection: application to high dimensional data and missing values. ArXiv e-prints <arXiv:1808.06952>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.