Jesse Johnson

Results 6 comments of Jesse Johnson

I am also writing a project in C/C++ and have had similar concerns. I would caution against moving to fast, a rewrite can be very time intensive and you can...

No one is releasing individual case data as far as I am aware. The issue for age is that states are binning ages differently so it's not very usable data.

> > No one is releasing individual case data as far as I am aware. The issue for age is that states are binning ages differently so it's not very...

This would be good. However, I don't think most states have been reporting this and getting access to historical data may be an issue.

So I thought I have fixed this in code that I'm using and found it's trickier than I had first guessed. ```` require 'rserve' con=Rserve::Connection.new con.assign("v", Rserve::REXP::Integer.new([1, 2, nil, nil])).to_ruby...