tests/testthat/helper-ccdrAlgorithm-get_rhos.R

### Ensure get.rhos function is available to all tests
get.rhos <- function(x) UseMethod("get.rhos", x)

get.rhos.sparsebnFit <- function(cf){
    cf$sbm$sigmas
}

Try the ccdrAlgorithm package in your browser

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

ccdrAlgorithm documentation built on April 12, 2022, 9:06 a.m.