I want to estimate LSD, can you tell me what is wrong ? ods output diffs=ppp; data calc_lsd; set diffs; lsd=stderr*tinv(1 -0.05/2,df); proc print data=calc_lsd; var lsd stderr df; run; For some reason that I ignore SAS indicates that the file diffs can not be created Tkanks !!!
... View more