Douglas Bates

Results 227 comments of Douglas Bates

I don't think this is quite the same as storing contrasts. Contrasts determine the conversion of categorical covariates into a set of columns in a model matrix. There are no...

Presently `StatsModels` does not use `Distributions`. Is having `StatsModels` depend on `Distribtutions` too high a price to pay for this?

I believe that as of version 0.7 of Julia, the `Missing` type, the `missing` value and the `ismissing` function will be part of Base.

I agree that waiting until 0.7 is at least in beta is a good idea.

I have a version using Missing in the `julia7` branch in https://github.com/dmbates/ReadStat.jl I haven't created a pull request yet. I wanted to check first with @davidanthoff to see if he...

@davidanthoff Yes. I think it will be safer overall to use the getter functions and not try to emulate the C structs. I am working on a PR.

I was wrong about passing `readstat_value_t` as an opaque pointer. It is passed by value in the C code so there must be a Julia struct like `ReadStatValue`, which must...

@davidanthoff Would you be willing to transfer ownership to the `JuliaData` group?