Benjamin
Benjamin
I'm probably about to embarrass myself by describing something that's already been fixed, but here goes. While setting up my editor I set RTools > Editor Options > R >...
I apologize for the length but I wanted to make this available for review and discussion. I thought it would be good to get some feedback on ideas before I...
I also took some liberties to streamline and remove some nested ifelse statements. This came up in a question on the RStudio Community forums (https://community.rstudio.com/t/problem-using-age-calc-function-eeptools/113705). If you think the code...
I discovered this while trying to implement HydeNet on some weather data, and the failure to handle categories in the interaction blew my predictions from an area of 1.0 to...
- Time 0 model (baseline conditions and time-dependent variables at T=1) - Time t model (maps time-dependent variables at time t to the same at time t+1) • unroll.markovNetwork(startTime=NULL, stoptime)...
Most of the core code won't change, but I'm going through each of the functions and trying to tidy up the code, improve readability, add all of the currently available...
From an e-mail I received in January 2020 > Also, I'm not sure how much you investigated the exportUsers() error, but I ran into it with one of my studies....
I keep getting errors that there is no file for the record when I know there is one.
- [ ] `importArms` - [ ] `deleteArms` - [ ] `importEvents` - [ ] `deleteEvents` - [ ] `importMetaData` - [ ] `createProject` - [ ] `importProjectInfo` - [...
We can alleviate this by building in a check for duplicate identifiers and casting an error when it occurs. "Duplicate identifiers" will need to account for `record_id` and `redcap_event_name`. Are...