chad-klumb

Results 87 comments of chad-klumb

I would suggest asking Pavel about the ergm.ego release.

should work with CRAN

I'm inclining more towards refactoring rather than removing `sim_nets_t1`; this may also allow more code sharing with EpiModelHIV. Basically, starting with the `remove_deprecated` branch for simplicity, this block of code...

This sort of thing is an issue for any `netsim` controls we might wish to specify differently for each network. (Thus also including the simulation control argument `set.control.tergm`.) One near-term...

made a branch off `plot_netdx_updates` that replaces Sim SD with the standard error of the mean (based on `coda::effectiveSize`) this is available even if # of sims = 1, and...

It is for all three. The SE gives a single measure based on all the simulated data. (For now, missing data for dissolution/duration are simply dropped; it may be possible...

I favor reporting the SE over other measures of variation because the SE is informative as to the significance of the difference `Sim Mean - Target`. Other measures of variation...

Taking the estimate of the SE as the actual standard deviation of the sampling distribution of the mean, the p-value (whether one- or two-sided) is bounded above by one over...

In the near future, I can add (and document) columns in the stat tables for the statistic SD over the entirety of the simulated data, and (when nsims > 1)...