Learn R Programming

GNAR (version 0.2.9)

fiveVTS: Simulated GNAR data using fiveNet

Description

This dataset is simulated from the GNAR(1,[1]) model, using fiveNet as the accompanying network. The parameters used were \(\alpha_1 = 0.2\) for each node, and \(\beta_1\) = 0.5. See GNARfit for the model description.

Usage

fiveVTS

Arguments

Format

fiveVTS is a ts object with a matrix of 200 rows (t=200) and 5 columns (n=5)

Examples

Run this code
# NOT RUN {
data(fiveNode)
#Plot using ts S3 function
plot(fiveVTS)

#Plot as heatmap
image(fiveVTS)
# }

Run the code above in your browser using DataLab