Run all four statistical-physics analyses on a list of categories
Source:R/tps_statphysics.R
morie_tps_statphysics_analyze_all.RdConvenience wrapper that calls morie_tps_sdb_reaction_diffusion,
morie_tps_levy_flight_alpha,
morie_tps_urban_scaling_beta, and
morie_tps_lotka_volterra_police_crime on every category in
the supplied list. Returns a nested list keyed first by category
and then by method.
Examples
if (FALSE) { # \dontrun{
res <- morie_tps_statphysics_analyze_all(c("Assault", "Robbery"),
save_fig = FALSE)
} # }