Description Usage Arguments Examples
View source: R/generate_graph_predicted_pr.R
This function generates a time series graph of predicted probabilities of states
1 | generate_graph_predicted(data, title, y_var)
|
data |
Dataframe of predicted probabilities in wide format |
title |
Title for the graph |
y_var |
Name of y_var in the data |
1 | generate_graph_predicted(mnl_fitted_ts, "MLE Estimation of Probability of Each State Over Time", "predicted_Pr")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.