Find an example simulated network that is the minimum Frobenius distance from the observed network.
find_example_simulated_network(GERGM_Object, observed_network,
objective = c("Frobenius", "Likelihood"))
The object returned by the estimation procedure using the GERGM function.
The observed network used as the dependent variable in the original gergm() specification.
Defaults to "Frobenius", in which case the Frobenius norm is used to find the simulated network that is most similar to the observed network. Can also be "Likelihood", in which case the model log likelihood is used to select the network to display.
A simulated network (as a matrix object).