print.BIest: Print a BIest class model.

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

Description

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

Usage

1
2
## S3 method for class 'BIest'
print(x, ...)

Arguments

x

a BIest class model.

...

for extra arguments.

Value

Prints a BIest object.

Author(s)

J. Najera-Zuloaga

D.-J. Lee

I. Arostegui

References

Pawitan Y. (2001): In All Likelihood: Statistical Modelling and Inference Using Likelihood, Oxford University Press

See Also

BIest

Examples

1
2
3
4
5
6
7
set.seed(9)
# Simulate a binomial distribution
y <- rBI(100,10,0.5)

# Apply the model
model <- BIest(y,10)
print(model)   # or just model

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

Related to print.BIest in HRQoL...