nutterb / dbn

Simulation of Discrete-Time Dynamic Bayesian Networks
0 stars 0 forks source link

Model to node validation #5

Closed nutterb closed 7 years ago

nutterb commented 7 years ago

If I'm going to skip building the models at the time the network is built, I'll need some sort of validation that the model the user passes has the same variables as the parents. so

See dag_structure for hints on getting the variable names from the formula. Compare these to the node_attrs node_name and parent columns.