You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
400 B
Plaintext
11 lines
400 B
Plaintext
9 months ago
|
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
|