-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cox regression broke with latest StatsModels master #10
Comments
Hm, I probably should have been paying more attention to the details of the changes in JuliaStats/StatsModels.jl#71 so that I would know how to adapt this package. 😬 |
What's happened here is that the I think the way to fix this is to define some special handling of these types, either here or in StatsModels itself. Currently there are only two types of "concrete terms" defined in statsmodels: continuous and categorical. Maybe a third basic type like |
For now I've opted to add an upper bound on StatsModels to this package. |
@kleinschmidt, you said that JuliaStats/StatsModels.jl#106 partially fixes this; what's left to be done? Should this remain open for now? |
It's in #17. Let me double check that it works... |
Not sure what's happening (unfortunately I don't remember any more what manipulations StatsModels does to
fit
before callingfit
with arrays):The text was updated successfully, but these errors were encountered: