- ZI-main.md
- The main Zotero Integration template
- runImport.md
- Template that enables updating literature notes at the click of a button, and much more.
- Meta bind button template
- Template for in-note button that executes runImport.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Use Jackknife method to compute discretionary accruals */ | |
/* see https://mingze-gao.com/posts/compute-jackknife-coefficient-estimates-in-sas/ */ | |
/* UseHribarCollinsTotalAccruals: | |
- true: use Hribar-Collins Cashflow Total Accruals | |
- false: use normal method */ | |
%let UseHribarCollinsTotalAccruals = false; | |
/* Include %array and %do_over */ | |
filename do_over url "https://mingze-gao.com/utils/do_over.sas"; |