print.BBest {PROreg} | R Documentation |
Print a BBest class model.
Description
print.BBest
is the BBest specific method fot the generic function print which prints objects returned by modelling functions.
Usage
## S3 method for class 'BBest'
print(x, ...)
Arguments
x |
a BBest class model. |
... |
for extra arguments. |
Value
Prints a BBest object.
Author(s)
J. Najera-Zuloaga
D.-J. Lee
I. Arostegui
References
Arostegui I., Nunez-Anton V. & Quintana J. M. (2006): Analysis of short-form-36 (SF-36): The beta-binomial distribution approach, Statistics in Medicine, 26, 1318-1342
See Also
Examples
set.seed(9)
# Simulate a binomial distribution
y <- rBB(100,10,0.5,2)
# Apply the model
model <- BBest(y,10)
print(model) # or just model
[Package PROreg version 1.3 Index]