tests/examples.R

library(blkergm)
opttest({
rm(list=ls())
{
data(florentine)
summary(flomarriage~mindegree(3))
summary(flomarriage~mindegree(1,by="priorates"))
fit <- ergm(flomarriage~edges+mindegree(1,by="priorates"))
summary(fit)
}
},"mindegree-term.Rd")

Try the blkergm package in your browser

Any scripts or data that you put into this service are public.

blkergm documentation built on May 29, 2017, 6:05 p.m.