check.bugsCheck {rube} | R Documentation |
Show the previously computed model check for a rube bugsCheck object.
## S3 method for class 'bugsCheck' check(x, ...)
x |
a rube bugsCheck 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))