Benjamin Daniels

Results 18 issues of Benjamin Daniels

General: - [x] Rename `main` branch - [x] `run-old-versions.md` link in deprecation error message 404s Help file / Options: - [x] Output options descriptions need to be updated (`save`, `browse`)...

command review

`iedorep` could potentially create a temp or clone copy of a root directory and use git or `hash` to check consistency of all files on subsequent runs. Could also change...

enhancement

Crashes when user manually sets memory in dofile -- assuming this is because Stata uses `clear all` or equivalent in background when memory settings are changed. Need to check. @kbjarkefur...

major bug

`iedorep` ~initial~ version 0.2 for review. This version successfully scans a file in two runs and flags: 1. Changes in data 2. Data inconsistencies from Run 1 to Run 2...

New potential options to automate faster template filling: allow specification of ID variable, list of IDs, and variables of concern to auto-populate template with IDs and current values

Some more boiler code that we have found useful with @MRuzzante for setting up graph schemes and clearing and loading adofiles. ``` sysdir set PLUS "${directory}/ado/" sysdir set PERSONAL "${directory}/"...

Line 1763 should be adjusted to always show the regression result as the difference between groups by default. The user should be able to request the unadjusted mean differences but...

iebaltab re-write

This should allow instrumenting of the treatment variable by treatment assignment and correctly calculate both the level and interaction terms before applying 2SLS in addition to the OLS DID estimator...

enhancement

This should be quite simple as it should only result in the removal of the column for summary statistics of further groups. Allowing `continuous()` rather than `grpvar()` should request only...

enhancement
iebaltab re-write

This is important where there are different levels in the data. For example see a suggested syntax that has village, household, and individual here: ``` iebaltab /// /// village stats...

enhancement
iebaltab re-write