search for: pdmix800

Displaying 7 results from an estimated 7 matches for "pdmix800".

2017 Sep 29
5
Converting SAS Code
...and__Plants_A_ / outpred=resids residual ddfm=kr; random rep rep*Management rep*Management*Foliar_Fungicide; lsmeans Management|Foliar_Fungicide|Chemical_Treatment / pdiff; ods output diffs=ppp lsmeans=means; ods listing exclude diffs lsmeans; run; quit; %include'C:\Users\harmon12\Desktop\pdmix800.sas'; %pdmix800(ppp,means,alpha=0.10,sort=yes); ods graphics off; run; quit; proc univariate data=resids normal plot; id Barcode Grain_Yield__Mg_h_ pearsonresid; var resid; proc print data=resids (obs=3);run; Can someone please help me convert my code to R? Any help would be much appreciat...
2017 Sep 29
4
Converting SAS Code
...gement*Foliar_Fungicide; >> >> lsmeans Management|Foliar_Fungicide|Chemical_Treatment / pdiff; >> >> ods output diffs=ppp lsmeans=means; >> >> ods listing exclude diffs lsmeans; >> >> run; quit; >> >> %include'C:\Users\harmon12\Desktop\pdmix800.sas'; >> >> %pdmix800(ppp,means,alpha=0.10,sort=yes); >> >> ods graphics off; >> >> run; quit; >> >> proc univariate data=resids normal plot; id Barcode Grain_Yield__Mg_h_ >> pearsonresid; var resid; >> proc print data=resids (obs=3);r...
2017 Sep 29
0
Converting SAS Code
...random rep rep*Management rep*Management*Foliar_Fungicide; > > lsmeans Management|Foliar_Fungicide|Chemical_Treatment / pdiff; > > ods output diffs=ppp lsmeans=means; > > ods listing exclude diffs lsmeans; > > run; quit; > > %include'C:\Users\harmon12\Desktop\pdmix800.sas'; > > %pdmix800(ppp,means,alpha=0.10,sort=yes); > > ods graphics off; > > run; quit; > > proc univariate data=resids normal plot; id Barcode Grain_Yield__Mg_h_ > pearsonresid; var resid; > proc print data=resids (obs=3);run; > > Can someone please he...
2017 Sep 29
0
Converting SAS Code
...t;>> lsmeans Management|Foliar_Fungicide|Chemical_Treatment / pdiff; >>> >>> ods output diffs=ppp lsmeans=means; >>> >>> ods listing exclude diffs lsmeans; >>> >>> run; quit; >>> >>> %include'C:\Users\harmon12\Desktop\pdmix800.sas'; >>> >>> %pdmix800(ppp,means,alpha=0.10,sort=yes); >>> >>> ods graphics off; >>> >>> run; quit; >>> >>> proc univariate data=resids normal plot; id Barcode Grain_Yield__Mg_h_ >>> pearsonresid; var resid; >&...
2017 Sep 29
0
Converting SAS Code
...; random rep rep*Management rep*Management*Foliar_Fungicide; lsmeans Management|Foliar_Fungicide|Chemical_Treatment / pdiff; ods output diffs=ppp lsmeans=means; ods listing exclude diffs lsmeans; run; quit; %include'C:\Users\harmon12\Desktop\pdmix800.sas'; %pdmix800(ppp,means,alpha=0.10,sort=yes); ods graphics off; run; quit; proc univariate data=resids normal plot; id Barcode Grain_Yield__Mg_h_ pearsonresid; var resid; proc print data=resids (obs=3);run; Can someone please help me conver...
2017 Sep 29
2
Converting SAS Code
...t;>> lsmeans Management|Foliar_Fungicide|Chemical_Treatment / pdiff; >>> >>> ods output diffs=ppp lsmeans=means; >>> >>> ods listing exclude diffs lsmeans; >>> >>> run; quit; >>> >>> %include'C:\Users\harmon12\Desktop\pdmix800.sas'; >>> >>> %pdmix800(ppp,means,alpha=0.10,sort=yes); >>> >>> ods graphics off; >>> >>> run; quit; >>> >>> proc univariate data=resids normal plot; id Barcode Grain_Yield__Mg_h_ >>> pearsonresid; var resid; >&...
2008 May 28
0
multiple comparison for interaction means
Does anyone have a program for comparing interaction means (similar to HSD.test of agricolae) for a split or strip plot design? For those who are familiar with SAS I am looking for something similar to the DIFF option of the LSMEANS statement of PROC MIXED and the PDMIX800 macro. The diff option performs multiple mean comparison from single or factorial experiments then the macro translates the comparison by putting letters beside the means.   Many thanks to anyone who will respond to this email. __________________________________________________ [[alte...