Description Usage Arguments Value
View source: R/covariate_analysis.R
This function plots the stationary distribution entries with their confidence intervals for different covariate values.
1 2 3 4 5 6 | plot_delta_entries(
num_states,
covar_vec,
entries_list,
covariate_name = "Temp - mean(Temp)"
)
|
num_states |
The number of states in the HMM. |
covar_vec |
The vector of covariate values to plot the entries over. |
entries_list |
A list. |
covariate_name |
Label for the x-axis. |
A list with a plot for each of the transition probability entries varying with the covariate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.