powered by
Get a named vector of coefficients from a model object (internal function)
get_coef(model, ...)# S3 method for default get_coef(model, ...)# S3 method for polr get_coef(model, ...)# S3 method for betareg get_coef(model, ...)
# S3 method for default get_coef(model, ...)
# S3 method for polr get_coef(model, ...)
# S3 method for betareg get_coef(model, ...)
Model object
Additional arguments are pushed forward to predict().
predict()
A named vector of coefficients. The names must match those of the variance matrix.