Goodness of fit plot for ERNM models, particularly suited for comparing models
ernm_gof(
models,
observed_network = NULL,
stats_formula,
style = "histogram",
scales = "fixed",
print = TRUE,
n_sim = 10000,
burnin = 10000,
interval = 100
)
A list containing goodness-of-fit plots and simulated statistics
named list of ernm models to be to be compared (can be length 1
the observed network
the formula for the statistics
the style of the plot, either 'histogram' or 'boxplot'
the scales of the plot, either 'fixed' or 'free'
whether to print the plot
the number of simulations to run
the burnin for the MCMC simulation
the samplling interval for MCMC simualtion