get_smooths | R Documentation |
This produces loess
smoothed estimates of y
with Student confidence intervals.
get_smooths(df, x, y, groups = NULL, level = 0.95)
df |
( |
x |
( |
y |
( |
groups |
( |
level |
( |
A data.frame
with original x
, smoothed y
, ylow
, and yhigh
, and
optional groups
variables formatted as factor
type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.