View source: R/f06.nbnst.code.r
estimate8nbn | R Documentation |
From a /nbn/ to describe the DAG, and a data.frame containing the necessary observations, returns the /nbn/ with all its parameters newly estimated.
estimate8nbn(nbn, data)
nbn |
The initial /nbn/. |
data |
The data frame comprising all /nbn/ nodes. |
No constraints are put on the parameters.
The resulting /nbn/ with the estimated parameters.
data(boco);
print8nbn(rbmn0nbn.05);
print8nbn(estimate8nbn(rbmn0nbn.05, boco));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.