demo#
- demo(run=True, plot=True, summary=True, show=True, **kwargs)[source]#
Create a simple demo simulation for Starsim
Defaults to using the SIR model with a random network, but these can be configured.
- Parameters:
Examples:
ss.demo() # Run, plot, and show results ss.demo(diseases='hiv', networks='mf') # Run with different defaults