Summary Table for moult model

# S3 method for moult
summary_table(x, prob = 0.95, tidy_names = TRUE, ...)

Arguments

x

moult model object created with moult::moult

prob

nominal coverage probability of confidence interval

tidy_names

adjust default parameter names from moult() to follow consistent nomenclature of model.matrix()

...

not currently used

Value

a tibble

Examples

if (FALSE) m1 <- moult::moult(Mindex ~ Day, data = sanderlings)
if (FALSE) summary_table(m1)