R/dsldBnlearn.R

Defines functions dsldIamb

Documented in dsldIamb

# iamb method of causal discovery

dsldIamb <- function(data)
{

   getSuggestedLib('bnlearn')
   return(bnlearn::iamb(data))

}

Try the dsld package in your browser

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

dsld documentation built on Sept. 14, 2024, 1:08 a.m.