check.rube {rube} | R Documentation |
Show the previously computed mdoel check for a rube object.
## S3 method for class 'rube' check(x, ...)
x |
a rube object as created by rube() |
... |
optional arguments passed to default |
Displays the code check.
Returns NULL invisibly.
Howard J. Seltman <hseltman@stat.cmu.edu>
m = "model { for (i in 1:5) { x[i]~dnorm(mu,1) } mu~dnorm(0,0.01) }" check(rube(m))