Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

drawRegimeRaw

Plot of network by hidden regime


Description

Plot latent node cluster

Usage

drawRegimeRaw(mcmcout, Y)

Arguments

mcmcout

NetworkChange output

Y

Input raw data

Value

A plot object

References

Jong Hee Park and Yunkyun Sohn. 2020. "Detecting Structural Change in Longitudinal Network Data." Bayesian Analysis. Vol.15, No.1, pp.133-157.

Examples

## Not run: 
   set.seed(1973)
   ## generate an array with two constant blocks
   data(MajorAlly)
   Y <- MajorAlly
   fit <- NetworkChange(newY, R=2, m=2, mcmc=G, initial.s = initial.s,
          burnin=G, verbose=0, v0=v0, v1=v1)
   drawRegimeRaw(fit, newY)
   
## End(Not run)

NetworkChange

Bayesian Package for Network Changepoint Analysis

v0.7
GPL-3
Authors
Jong Hee Park [aut,cre], Yunkyu Sohn [aut]
Initial release
2020-07-09 14:17:31 UTC

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.