Learn R Programming

HRQoL (version 1.0)

print.BIest:

Description

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

Usage

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

Arguments

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

Value

Prints a BIest object.

References

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

See Also

BIest

Examples

Run this code
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

Run the code above in your browser using DataLab