Jeff Imai-Eaton

Results 36 comments of Jeff Imai-Eaton

I see in the test failures that adding `#define R_NO_REMAP` has knock on effects for glmmTMB: * https://github.com/glmmTMB/glmmTMB/blob/master/glmmTMB/src/glmmTMB.cpp#L170 * https://github.com/glmmTMB/glmmTMB/blob/master/glmmTMB/src/glmmTMB.cpp#L171 * https://github.com/glmmTMB/glmmTMB/blob/master/glmmTMB/src/glmmTMB.cpp#L176 * https://github.com/glmmTMB/glmmTMB/blob/master/glmmTMB/src/glmmTMB.cpp#L177 * https://github.com/glmmTMB/glmmTMB/blob/master/glmmTMB/src/distrib.h#L182 * https://github.com/glmmTMB/glmmTMB/blob/master/glmmTMB/src/distrib.h#L276 * https://github.com/glmmTMB/glmmTMB/blob/master/glmmTMB/src/distrib.h#L298...

Many thanks! Let me know if anything further I can do to help.

Thanks so much for the easy solution on this. Just leaving a note that to get the example above working on Windows (with Rtools 4.2), I had to add two...

Thanks very much for clarifying the usage. Confirming adding in `map$x = droplevels(map$x)` results in works as expected: ```r library(TMB) code

Hello @Gerritdhs, From the above errors, it appears that you are downloading the SPSS formatted files (.SAV). I usually recommend using the 'flat' file format for importing into R, specified...

Thanks very much for flagging this. I reproduced this error just now: ``` > get_datasets("MWIR71FL.zip") Error in handle_api_response(resp, TRUE) : -> DHS API Request Failed [500] -> Error Type: dhs_internal_server_error...

Hi @bpatenaude, I've just checked this again and it looks to me that the API is back up again. Is it working for you again? @OJWatson -- one thought I...

Hi @Gerritdhs, It looks like the problematic dataset `COOD61FL.ZIP` is an "Other Data" dataset from the Columbia 2010 DHS. The footnote describing is: > Other Data (COOD60FL.ZIP) - Contains data...

Hello, Many thanks for reporting this. Could you please provide R code to reproduce the issue you are having and the R output that you are seeing from this? Thanks,...