plot_integrated_time_profile {pompom} | R Documentation |
Plot the time profiles in the integrated form
Description
Plot the time profiles in the integrated form
Usage
plot_integrated_time_profile(beta.matrix, var.number, lag.order = 1)
Arguments
beta.matrix |
matrix of temporal relations, cotaining both lag-1 and contemporaneous |
var.number |
number of variables in the time series |
lag.order |
lag order of the model to be fit |
Examples
plot_integrated_time_profile(beta.matrix = true_beta_3node,
var.number = 3,
lag.order = 1)
[Package pompom version 0.2.1 Index]