print.BBest: Print a BBest class model.

Description Usage Arguments Value Author(s) References See Also Examples

Description

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

Usage

1
2
## 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

BBest

Examples

1
2
3
4
5
6
7
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

HRQoL documentation built on May 2, 2019, 5:42 a.m.

Related to print.BBest in HRQoL...