Hi All, I am struggling with calling the following SAS macro. Can someone please help me figure this out. In a report, the authors only provide the following statements. Thank you %macro lrdif_es(data, items, group, criterion, exo_con=, exo_cat=, sig_level=0.05, RS_D_crit_B=0.035, RS_D_crit_C=0.070, RS_P_crit_B=0.035, RS_P_crit_C=0.070, foc_size=100, ref_size=100, combined_size=400, outfile=LRDIF, plot=NO, size_ratio=0, out_parameter=0); %lrdif_es(data=sample, items=item1-item8, group=gender black, exo_con=income age, exo_cat=parent_education state, criterion = score, outfile=results, plot=yes)
... View more