Nothing
library(pcalg)
suppressWarnings(RNGversion("3.5.0"))
set.seed(123)
## expl 1
g1 <- randomDAG(5,0.5)
g2 <- randomDAG(5,0.5)
res1 <- (shd(g1,g2)==4)
## expl 2
g3 <- dag2cpdag(g1)
res2 <- (shd(g3,g1)==3)
if(!all(c(res1,res2))) {
stop("Test of shd: Theoretical value not matched!")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.