pompom (version 0.2.0)

plot_integrated_time_profile: 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

Run this code
# NOT RUN {
# }
# NOT RUN {
plot_integrated_time_profile(beta.matrix = true_beta_3node,
                  var.number = 3,
                  lag.order = 1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace