Computed theoretical power for N=100 and N=200 scenarios

This commit is contained in:
2024-02-19 18:35:26 +01:00
parent ac9189d26a
commit 238852b08b
704 changed files with 261610 additions and 187 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