powered by
print.BIest is the BIest specific method fot the generic function print which prints objects returned by modelling functions.
print.BIest
# S3 method for BIest print(x, ...)
Prints a BIest object.
a BIest class model.
for extra arguments.
J. Najera-Zuloaga
D.-J. Lee
I. Arostegui
Pawitan Y. (2001): In All Likelihood: Statistical Modelling and Inference Using Likelihood, Oxford University Press
BIest
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