print.BBest | R Documentation |
print.BBest
is the BBest specific method fot the generic function print which prints objects returned by modelling functions.
## S3 method for class 'BBest'
print(x, ...)
x |
a BBest class model. |
... |
for extra arguments. |
Prints a BBest object.
J. Najera-Zuloaga
D.-J. Lee
I. Arostegui
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
BBest
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.