as.data.frame.walker_fit | R Documentation |
Creates a data.frame object from the output of walker fit.
## S3 method for class 'walker_fit'
as.data.frame(x, row.names = NULL, optional = FALSE, type, ...)
x |
An output from |
row.names |
|
optional |
Ignored (part of generic |
type |
Either |
... |
Ignored. |
## Not run:
as.data.frame(fit, "tiv") %>%
group_by(variable) %>%
summarise(mean = mean(value),
lwr = quantile(value, 0.05),
upr = quantile(value, 0.95))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.