Learn R Programming

HRQoL (version 1.0)

print.summary.BBest:

Description

print.summary.BBest is the summary.BBest specific method fot the generic function print which prints objects returned by modelling functions.

Usage

# S3 method for summary.BBest
print(x, ...)

Arguments

x
a summary.BBest class model.
...
for extra arguments.

Value

Prints a summary.BBest object.

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

BBest,summary.BBest

Examples

Run this code
set.seed(9)
# Simulate a binomial distribution
y <- rBB(100,10,0.5,2)

# Apply the model
model <- BBest(y,10)
sum.model <- summary(model)
print(sum.model) # or just sum.model

Run the code above in your browser using DataLab