print.ordinalRR: Print function for an object of class ordinalRR.

Description Usage Arguments Author(s) See Also Examples

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

1
2
## S3 method for class 'ordinalRR'
print(x,...)

Arguments

x

‘ordinalRR’ output from function ordinalRR().

...

mop up additional inputs.

Author(s)

Ken Ryan

See Also

ordinalRR

Examples

1
2
3
4
5
6
  
data(followup)
followup
x=preprocess(followup)
g.random<-ordinalRR(x)
print(g.random)

ordinalRR documentation built on March 31, 2020, 5:09 p.m.