R/iBMAcontrolLM.R

Defines functions iBMAcontrolLM

Documented in iBMAcontrolLM

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)

}

Try the networkBMA package in your browser

Any scripts or data that you put into this service are public.

networkBMA documentation built on Jan. 28, 2021, 2:02 a.m.