Description Usage Arguments Value
Function that perform a stocastic hill-climbing search in the space
of possible Bayesian networks, danities and conditional densities are
estimated with a bmop penalized-logLik search, package Rbmop
1 2  | 
data | 
 data frame of observation  | 
bnet | 
 optional, a bnet object to start the search from  | 
whitelist | 
 optional, a matrix or data frame with two columns each row indicates an arc  | 
blacklist | 
 optional, not implemented  | 
score | 
 a score function to be minimized in the search, usually
  | 
maxp | 
 positive integer, the maximum number of parents for each node  | 
maxrep | 
 positive integer, the maximum number of iterations or jump in the search space  | 
... | 
 additional parameters to be passed to bmop fitting functions  | 
A bnet object, the bnet among the ones visited that minimized the score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.