Description Usage Arguments Examples
View source: R/convert_fitted_data.R
This function combines a vector of fitted values and a vector of dates and melts it into the correct format for plotting.
1 | convert_fitted_data(fitted_vals, date_df)
|
fitted_vals |
Vector of fitted values |
date_df |
Dataframe that has date in same order in variable $date |
1 | convert_fitted_data(mnl_fitted_ts, sentiment_states_wide)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.