Design Resources Server |
|
||||
IASRI | |||||
Home |
Analysis Using SAS For performing the analysis, following steps may be used:
Data
Input: Prepare a SAS data file using Data
toria; /*one can enter any other name for Data*/; /*To test the equality of treatment effects, replication effects and replication within block effects, one can perform the analysis of variance of the data using the following statements.*/ Proc glm;
Here LSMEAN gives adjusted treatment means (least squares means) and PDIFF performs all possible pair wise treatment comparisons and gives the exact probability level of significance in a v` ×v matrix, where v is the number of treatments. Type III sum of squares may be used for inferring on the equality of treatment and block effects.
Here the treatment 20, 21 and 23 are checks. Using the adjusted means, identify the check with highest adjusted yield (lsmean) in kg/ha and list the treatments having more adjusted yield than the highest performing check. Now identify the treatments having significantly higher yield than the best performing check using the v` ×v matrix of probability level of significance.
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) |
|||||