powered by
print.BIest
# S3 method for BIest print(x, ...)
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