options ls=78 ps=58 nocenter ; options formdlim=''; %let UnifyPow = /home/robrien/UnifyPow.sas ; %let GraphPow = /home/cskibins/beta_unify/Apr2001/graphpow0401.sas ; %let examples = /home/cskibins/beta_unify/Apr2001/ex_probs/ ; %let prob1 = &examples._1single.proportion.sas ; %let prob1a = &examples._1a_single.proportion.sas ; /* %let prob2 = &examples._2twogrp.ttest.sas ; %let prob3 = &examples._3matched.pairs.sas ; %let prob4 = &examples._4wilcoxonmw.musd.sas ; %let prob5 = &examples._5wilcoxonmw.p1.sas ; %let prob6 = &examples._6matchedpairs.signrank.sas ; %let prob7 = &examples._7twogrps.ordered.wmw.sas ; %let prob8 = &examples._8onegrp.interval.wsr.sas ; %let prob9 = &examples._9oneway.anova.sas ; %let prob10 = &examples._10cross.over.sas ; %let prob11 = &examples._11twoindep.proportions.sas ; %let prob12 = &examples._12mcnemars.sas ; %let prob13 = &examples._13single.pearson.sas ; %let prob14 = &examples._14two.pearsons.sas ; %let prob15 = &examples._15nested.ols.sas ; %let prob20 = &examples._20rxc.table.sas ; %let prob21 = &examples._21goodness.sas ; %let prob22 = &examples._22poisson.sas ; %let prob23 = &examples._23logistic.sas ; %let prob30 = &examples._30blackwelders.sas ; %let prob31 = &examples._31single.beta.sas ; %let prob32 = &examples._32ttest.sas ; %let prob33 = &examples._33covar.sas ; %let prob34 = &examples._34logit1.sas ; %let prob35 = &examples._35logit.sas ; */ /* ** optional parameters which can be incorporated into graphic ouptut ** ==> PRIMARILY FOR TESTING/DEVELOPMENT PURPOSES <== ** DEFAULT footnote is NO FOOTNOTE, if addfootr=1 the default is: footnote j=l h=1.4 "&probtitl" ; ** if timestmp is set at 1, ** the footnote statement is: footnote j=l h=1.4 "&probtitl" j=r h=1.4 "×tmp" ; %let addfootr = 0,1; ** DEFAULT=0, when set to 0, overides _ANY_ footnote ; %let timestmp = 0,1; ** 1: provides ==> %str(j=r "&sysdate &systime"); */ ************************************************************************ ** ACTUAL RUN CODE FOR CONSOLIDATED PROGRAM **; %*let addfootr = 1; %*let timestmp = 1; %let GrphFile = /home/cskibins/beta_unify/Apr2001/pc2_graphs.ps ; %*let AddPlots = append; title ; %include "&prob1a"; run; endsas; /* %let addplts=append; %include "&prob11"; run; %include "&prob21"; run; %include "&prob20"; run; %include "&prob4"; run; %let filename = ; ** plot to screen ; %let addplts= ; title 'pages.26_59'; %include "&prob1"; run; %let addplts=append; %include "&prob11"; run; %include "&prob21"; run; %include "&prob20"; run; %include "&prob4"; run; endsas; %let filename = /home/cskibins/beta_unify/testplts/pgs62_90.ps ; %let addplts= ; title 'pages.62_90'; %include "&prob9"; run; %let addplts=append; %include "&prob3"; run; %include "&prob5"; run; %include "&prob6"; run; %include "&prob7"; run; %include "&prob8"; run; %let filename = /home/cskibins/beta_unify/testplts/pgs91_107.ps ; %let addplts= ; title 'pages.91_107'; %include "&prob10"; run; %let addplts=append; %include "&prob30"; run; %include "&prob12"; run; %include "&prob13"; run; %include "&prob14"; run; %let filename = /home/cskibins/beta_unify/testplts/pgs111_129.ps ; %let addplts= ; title 'pages.111_129'; %include "&prob15"; run; %let addplts=append; /* %include "&prob31"; run; *** need to chk w/ralph !!!!! ; */ %include "&prob32"; run; %include "&prob33"; run; %let filename = /home/cskibins/beta_unify/testplts/pgs131_167.ps ; %let addplts= ; title 'pages.131_167'; %include "&prob34"; run; %let addplts=append; %include "&prob23"; run; %include "&prob22"; run; %include "&prob35"; run; */