Design Resources Server |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IASRI | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Home |
<<Back Analysis Using SAS To answer the
question whether the performance of check varieties is
significantly different from strains, treatment contrast analysis
is to be performed Therefore, for ease of
understanding, recode
the varieties from 1 to 24 as follows:
To test equality of treatment effects, analysis using SAS may be performed using the following steps: Data
Input: {Here we call the strain codes as treatments: TRT, strain number as Treatment Number: TRTN, Replication: REP. It may, however, be noted that one can retain the same name or can code in any other fashion}. Prepare a SAS data file using Data
rbd; /*one can enter any other name
for Data*/; MCN-04-110
1
1
1539.69 *To test the equality of treatment effects, one can perform the analysis of variance using the following statements;
PROC
ANOVA; /*One can obtain means of treatments and all possible pair wise treatment comparisons can be performed using any of the multiple comparison procedures such as least significant difference, Duncan’s New Multiple range test, Tukey's Honest Significant difference test by using the following statements:*/ PROC
ANOVA; /*One
may use a host of multiple comparison procedures under the
options in MEANS statement viz. Least Significant
Difference (LSD), Duncan’s New multiple - range test
(DUNCAN), Waller - Duncan (WALLER) test, Tukey’s Honest
Significant Difference (TUKEY). The LSD, DUNCAN and
TUKEY options takes level of significance ALPHA = 5% unless
ALPHA = options is specified. Only ALPHA = 1%, 5% and
10% are allowed with the Duncan’s test. 95%
Confidence intervals about means can be obtained using CLM
option under MEANS statement. Contrast analysis can not be performed using PROC ANOVA, therefore, one has to use PROC GLM. This can be done using the following steps. Note: Here we want to test
*/ * The following SAS statements can be made use of ; PROC
GLM; Analysis Using SAS Analysis Using SPSS
Home Descriptive Statistics Tests of Significance Correlation and Regression Completely Randomised Design RCB Design Incomplete Block Design Resolvable Block Design Augmented Design Latin Square Design Factorial RCB Design Partially Confounded Design Factorial Experiment with Extra Treatments Split Plot Design Strip Plot Design Response Surface Design Cross Over Design Analysis of Covariance Diagnostics and Remedial Measures Principal Component Analysis Cluster Analysis Groups of Experiments Non-Linear Models
Copyright Disclaimer How to Quote this page Report Error Comments/suggestions |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Descriptive Statistics | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tests of Significance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Correlation and Regression | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Completely Randomised Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RCB Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Incomplete Block Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Resolvable Block Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Augmented Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Latin Square Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Factorial RCB Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Partially Confounded Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Factorial Experiment with Extra Treatments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Split Plot Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Strip Plot Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response Surface Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cross Over Design | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Analysis of Covariance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diagnostics and Remedial Measures | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Principal Component Analysis | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cluster Analysis | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Groups of Experiments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Non-Linear Models | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contact Us | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Other
Designed Experiments (Under Development) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
For
exposure on SAS, SPSS, Please see Module I of Electronic Book II: Advances in Data Analytical Techniques available at Design Resource Server (www.iasri.res.in/design) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||