Kristoffer Bjärkefur
Kristoffer Bjärkefur
Modified help file in 51135d91a8e84d524aeba8e3d18de3097444c336 to do task 1 in list above.
The issue is that the data collection app created IDs that was so long that they were stored in _doubles_. The tempvars `iematch` creates to keep of the tracking were...
Where would `${directory}` and `${do}` come from? and are we sure we always wants to do this? This might overwrite some other setup. Nothing `ieboilstart` does today overwrite anything that...
Ciao @MRuzzante ! Happy you still remember us! 😄 I spent a lot of time thinking on how to solve this. Renaming the folders is the easier part, but updating...
I do not think the best way is to make this SSC specific. So instead, list _all_ commands that are not commands that Stata ships with. Somehow that list must...
One problem that solution has and most SSC solutions will have is that they are package oriented. *ietoolkit* is a package but *iebaltab* is a command. You search SSC for...
Thanks for submitting feedback. Happy to look into this! I was able to replicate it with this code: ``` *Prepare data sysuse auto, clear set seed 961819 gen treat =...
This has now been fixed in f26962f34bfcadec9a8bad04a16b315a20571148. We typically do not make a release immediately for a minor bug if we know we have a big release coming up (which...
Sure! That sounds like something we should have! We will include it in the `iebaltab` re-write. Thanks @LeonardoViotti!
You can do it in one line using Mata. I use this in, for example, `ieduplicates`: ``` mata : st_numscalar("r(dirExist)", direxists("`folder'")) if `r(dirExist)' == 0 { //Folder does not exist,...