Christopher Gandrud

Results 25 issues of 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()) :...

type: bug
method: zelig

```r library(Zelig) data(tobin) # Create "clustering" variable tobin$cl

type: bug
method: zelig

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...

method: zelig
Development
Build

Submitted an issue over at roxygen2: https://github.com/klutometis/roxygen/issues/571

doc: .Rd
Development
Build

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...

Development
Build

@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...

method: set
method: plot
in progress

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

type: bug
method: sim

Add capabilities for [curved force links](http://bl.ocks.org/mbostock/4600693).

enhancement

Highlight node edges when a node is hovered over (as already done with `d3Sankey`). Thanks to @justmytwopence for the suggestion.

enhancement