25 GOPTIONS ACCESSIBLE;
26 %Margins(
27 data=nsw_splbasis,
28 margins=exposed,
29 response=pih,
30 within=exposed=1,
31 class=exposed year_cat age_cat parity cob ever_smoke mother_id,
32 model=exposed _X: year_cat age_cat parity cob ever_smoke,
33 dist=poisson,
34 link=log,
35 geesubject=mother_id,
36 geecorr=exch,
37 options=diff cl);
ERROR: Variable _within is not on file WORK._POP.
WARNING: The data set WORK._ETA may be incomplete. When this step was stopped there were 0 observations and 0 variables.
WARNING: Output 'Cov' was not created. Make sure that the output object name, label, or path is spelled correctly. Also, verify
that the appropriate procedure options are used to produce the requested output object. For example, verify that the
NOPRINT option is not used.
ERROR: File WORK._MU.DATA does not exist.
ERROR: Variable _within is not on file WORK._POP.
ERROR: File WORK._MU.DATA does not exist.
WARNING: The data set WORK._X may be incomplete. When this step was stopped there were 0 observations and 2 variables.
ERROR: Replicates data set, _X, is empty. No data to analyze.
NOTE: The MARGINS macro used 2.86 seconds.
38
39 GOPTIONS NOACCESSIBLE;
40 %LET _CLIENTTASKLABEL=;
41 %LET _CLIENTPROCESSFLOWNAME=;
42 %LET _CLIENTPROJECTPATH=;
43 %LET _CLIENTPROJECTPATHHOST=;
44 %LET _CLIENTPROJECTNAME=;
45 %LET _SASPROGRAMFILE=;
2 The SAS System 09:27 Friday, July 16, 2021
46 %LET _SASPROGRAMFILEHOST=;
47
48 ;*';*";*/;quit;run;
49 ODS _ALL_ CLOSE;
50
51
52 QUIT; RUN; Apologies, please see above.
... View more