print.BIest: Print a BIest class model.

View source: R/BIest.R

print.BIestR Documentation

Print a BIest class model.

Description

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

Usage

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

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


PROreg documentation built on July 12, 2022, 5:06 p.m.

Related to print.BIest in PROreg...