Finally a modern Bayesian implementation of the Zelig package here.
Shige's Research Blog
Friday, January 08, 2021
Wednesday, December 30, 2020
Estimating and testing GLMs with `emmeans`
This post shows how to use emmeans package to generate first difference with confidence intervals.
Monday, November 30, 2020
Getting past the little hiccups to getting plotly animations into slides
Very helpful post regarding how to use plotly graph in xaringan slides.
Saturday, November 28, 2020
Monday, November 09, 2020
Sunday, October 11, 2020
Reading map files into NetLogo
I am trying to read the map files provided by the coronavirus-data into NetLogo using the following code:
extensions [gis]
globals [zip-data projection]
to setup
clear-all
;gis:load-coordinate-system (word "data/" projection ".prj")
set zip-data gis:load-dataset "MODZCTA_2010.shp"
gis:set-drawing-color 5 gis:fill zip-data 1.0
end
I got the error message complaining about the unsupported Lambert_Conformal_Conic projection. A simple solution is provided here.
Thursday, May 14, 2020
Monday, April 20, 2020
Subscribe to:
Posts (Atom)