Learn R Programming

HRQoL (version 1.0)

print.BBest:

Description

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

Usage

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

Arguments

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

Value

Prints a 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

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)
print(model)   # or just model

Run the code above in your browser using DataLab