Kristoffer Bjärkefur

Results 77 issues of Kristoffer Bjärkefur

Please provide comments in this PR

For example, `stats(pair( beta se))` would show both Beta and the standard errors. This is not possible today, but the introduction of `stats()` was the first step towards allowing the...

iebaltab re-write

https://stackoverflow.com/questions/5377960/whats-the-best-practice-to-git-clone-into-an-existing-folder?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa ``` git clone https://myrepo.com/git.git temp #change so that move recursive to include already added .gitignore and README.md mv temp/.git code/.git https://github.com/kbjarkefur/GHDB_June13/commits/master rm -rf temp git add . git commit...

https://github.com/worldbank/ietoolkit/blob/aa5d320039ca5ea135aa87ce419960f2651ca82a/run/iegitaddmd/iegitaddmd.do#L90-L91

https://github.com/worldbank/ietoolkit/blob/c161a8f6db10cd5be71fc6673cef6831ece272f7/src/ado_files/iefolder.ado#L1303 should be `_col(8)"global sqkmtr" _col(24) "= 100" _n ` to follow the same format as the other rates

minor bug

Since `v7.0`, `iebaltab` returns all calculated stats in a matrix to allow users to build their own LaTeX tables according to their preferences. I helped a user by typing in...

documentaion

This feedback was orginally provided by Daniel Klein [here](https://www.statalist.org/forums/forum/general-stata-discussion/general/1709159-new-feature-for-version-controlling-user-written-packages?p=1709422#post1709422). Investigate how `net set` relates to the settings done in `ieboilstart, adopath()`. If the two features cannot be made to work...

minor bug

If a project has many project specific ado-files that are organized in subfolders, will that work? Example: ``` code │ master.do └───cleaning │ │ import.do │ │ clean.do └───analysis │...

minor bug

Multi-staged feature request: 1. List all commands in the project ado-folder 2. List all commands in used in project code 3. List commands in project-ado folder not used in code

enhancement

When there are too many categories to display in the table the command shows the categories with the highest frequencies. If there is a tie then it is not stable...