showDefaults {rube} | R Documentation |
This is a convenience function that show the result of processing the defaults for a WinBUGS model definition.
showDefaults(model, cases=NULL)
model |
A model description or the name of a file containing the model description. |
cases |
A string vector used for IFCASE() conditional code selection. |
The model's default values as a data.frame.
Howard J. Seltman <hseltman@stat.cmu.edu>
http://www.stat.cmu.edu/~hseltman/rube/
showDefaults("model{\n age ~ dnorm(0,PREC=3))\n }")