Last chance! 50% off unlimited learning
Sale ends in
summary.BBest
si the BBest specific method for the generic function summary
which summarizes objects returned by modelling functions.# S3 method for BBest
summary(object, ...)
summary.BBest
returns an object of class "summary.BBest
". summary.BBest
summarizes all the relevant information about the estimation of the parameters in a BBest class model.BBest
set.seed(9)
# Simulate a binomial distribution
y <- rBB(100,10,0.5,2)
# Apply the model
model <- BBest(y,10)
sum.model <- summary(model)
Run the code above in your browser using DataLab