summary_table.moult | R Documentation |
Summary Table for moult model
## S3 method for class 'moult' summary_table(x, prob = 0.95, tidy_names = TRUE, ...)
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 |
a tibble
## Not run: m1 <- moult::moult(Mindex ~ Day, data = sanderlings) ## Not run: summary_table(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.