estimates.drfit | R Documentation |
Gets a named list of the estimated values by term.
## S3 method for class 'drfit'
estimates(x, term = NULL, ...)
x |
The object. |
term |
A string of the term name. |
... |
Unused parameters. |
A named list of the estimates.
tidy.drfit()
fit <- dr_fit(detrange::range_obs)
estimates(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.