coef.drfit | R Documentation |
A wrapper on tidy.drfit()
.
## S3 method for class 'drfit'
coef(object, conf_level = 0.95, estimate = median, random_effects = FALSE, ...)
object |
The object. |
conf_level |
A number between 0 and 1 of the confidence level. |
estimate |
A function to calculate the estimate. |
random_effects |
A flag indicating whether to include random effect terms. |
... |
Unused parameters. |
tidy.drfit()
fit <- dr_fit(detrange::range_obs)
coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.