Setup initial file structure

This commit is contained in:
2024-03-05 11:20:30 +01:00
parent 6183a6391b
commit 70e53e7760
708 changed files with 277486 additions and 0 deletions

View File

@ -0,0 +1,10 @@
program define sascfa,eclass
version 11.0
syntax anything [if] [in] ,partition(numlist) varname(string) lisrel(string) [batch]
preserve
*%macro CFA (dataset= , listeItems= , partition= , varname= , lisrel=);
tosas `if' `in' , pgm(%include 'C:\ado\macros SAS\MACRO cfa.sas';%CFA(dataset=stata,listeItems=`anything', partition=`partition', varname=`varname',lisrel=`lisrel');) `batch'
end