| tidy_smooth | R Documentation |
Extract 1d smooth objects in tidy data format.
tidy_smooth(
x,
keep = c("x", "fit", "se", "xlab", "ylab"),
ci = TRUE,
conf_level = 0.95,
...
)
x |
a fitted |
keep |
A vector of variables to keep. |
ci |
A logical value indicating whether confidence intervals should be
calculated and returned. Defaults to |
conf_level |
Numeric scalar in (0, 1). Confidence level used for the
returned confidence intervals when |
... |
Further arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.