statnetWeb
is a web-based interface that provides access
to cross-sectional network modeling with the statnet
packages network
, sna
and ergm
.
Today we are using this app for the morning sessions on ERGMs.
Open Rstudio and load statnetWeb
:
library(statnetWeb)
Launch the Shiny app:
run_sw()
You are going to execute a typical ERGM workflow: fit and assess
three models sequentially, using the faux.mesa.high
built
in network data.
edges
only modelon the Data Tab: select the faux.mesa.high
network
data
on the Fit Model tab:
on the MCMC Diagnostics tab
on the Goodness of Fit tab:
nodefactor("Grade") + nodefactor("Race") + nodefactor("Sex")
triangle
edges
only model:
which higher order stats look better? which do not? Last updated: 2022-07-07 with statnetWeb v0.5.6