View source: R/one-id-functions.R
two_sigma_sentence | R Documentation |
Was there a two sigma change in the most recent event?
two_sigma_sentence(metric_df)
metric_df |
A dataframe requiring the following columns: asset_id, name, time, and value. |
A sentence if a two sigma event has occurred; an empty character string if not.
## Not run: two_sigma_sentence(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.