print.ordinalRR {ordinalRR} | R Documentation |
Print function for an object of class ordinalRR.
Description
This standard print function displays: the function call to ordinalRR() that produced this object and descriptions of the ordinal R&R data and its Bayesian posterior sample from JAGS.
Usage
## S3 method for class 'ordinalRR'
print(x,...)
Arguments
x |
‘ordinalRR’ output from function ordinalRR(). |
... |
mop up additional inputs. |
Author(s)
Ken Ryan
See Also
Examples
data(followup)
followup
x=preprocess(followup)
g.random<-ordinalRR(x)
print(g.random)
[Package ordinalRR version 1.1 Index]