nutterb / HydeNet

Hybrid Decision Networks in R
Other
23 stars 3 forks source link

Change JAGS parameter names to R parameter names #100

Closed nutterb closed 6 years ago

nutterb commented 6 years ago

For example, mu + tau specifications becomes mu + sigma

nutterb commented 6 years ago

I need to go back and make sure that both R names and JAGS names for the distribution functions are supported. I may not have done that part correctly.

nutterb commented 6 years ago

Now supporting both R and JAGS parameter names. First, it will try the R name, but if it can't match it for the variable type, it will try the JAGS name. If that doesn't work, it will fail.