Christopher Gandrud
Christopher Gandrud
Reported by John Jackson via email: Running a multinomial logit and specifying different variable lists for some categories returns the following error message, `"Error in formula.default(object, env = baseenv()) :...
```r library(Zelig) data(tobin) # Create "clustering" variable tobin$cl
I forgot to add implementing Zach Warner's approach to [conditional relationships for dynamic models](https://www.rochester.edu/college/psc/polmeth/posters/Warner.pdf) under our time series goals. I actually had thrown together a proto-package for this in the...
Submitted an issue over at roxygen2: https://github.com/klutometis/roxygen/issues/571
A new install of Zelig can be a bit time consuming due to the dependencies. I would guess that most users don't need every estimation dependency installed. So, maybe it...
@izahn and I were having a chat yesterday about how to make Zelig more accessible to a wider range of users. One particular issue we discussed was the `zelig` estimation...
Before I go digging through the code, I was wondering if I'm missing something obvious. I would like to `setx` for a range of values of a variable. This works...
In the following code, the model is estimated `by` whether the canton is majority or minority catholic. However the plots are only created for one model estimation. ```r swiss$maj_catholic
Add capabilities for [curved force links](http://bl.ocks.org/mbostock/4600693).
Highlight node edges when a node is hovered over (as already done with `d3Sankey`). Thanks to @justmytwopence for the suggestion.