Nothing
iBMAcontrolLM <- function( OR = 20, nbest = 10,
maxNvar = 30, thresProbne0 = 1, keepModels = FALSE,
maxIter = 200000) {
list( algorithm = "iBMA", OR = OR, nbest = nbest, maxNvar = maxNvar,
thresProbne0 = thresProbne0, keepModels = keepModels, maxIter = maxIter)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.