1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 55 56 proc reg data=adnanlib.crime; NOTE: Data file ADNANLIB.CRIME.DATA is in a format that is native to another host, or the file encoding does not match the session encoding. Cross Environment Data Access will be used, which might require additional CPU resources and might reduce performance. 57 model crime=pctmetro poverty single; 58 output out=crime1res(keep=crime pctmetro poverty single r lev cd diffit) 59 r=rstudent h=lev cd=cookd dffits=dffit; _ 22 76 NOTE: The previous statement has been deleted. ERROR 22-322: Syntax error, expecting one of the following: COOKD, COVRATIO, DFFITS, H, L95, L95M, LCL, LCLM, OUT, P, PRED, PREDICTED, PRESS, R, RESIDUAL, RSTUDENT, STDI, STDP, STDR, STUDENT, U95, U95M, UCL, UCLM. ERROR 76-322: Syntax error, statement will be ignored. 60 run; 60 ! 61 62 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; WARNING: Data set WORK.CRIME1RES was not replaced because new file is incomplete. 74
... View more