bn2bugs: translates a bn into a bugs model

Description Usage Arguments Details Value Examples

Description

(bn) /not available for the moment/ exploring all nodes of a bn, produces a set of lines of comments and commands corresponding to the definition of the model block into bugs language.

Usage

1
bn2bugs(bn)

Arguments

bn

bn to translate

Details

For the moment, only jags dialect is implemented

Value

A character vector, a component a line.

Examples

1
2
 rebastaba3k("RESET"); # (only for R checking)
 cat("To be added\n");

rebastaba documentation built on May 2, 2019, 5:24 p.m.

Related to bn2bugs in rebastaba...