Design Resources Server |
|
||||
IASRI | |||||
Home |
Analysis Using SPSS
For
performing analysis, input the data in the following format. {Here
Number of fruit (45 days) is termed as nfs45, Fruit weight
(kg) is termed as fw, seed yield/plant (g) is termed as syp
and Seedling length (cm) is termed as sl. It may, however,
be noted that one can retain the same name or can code in
any other fashion}.
Following are the brief description of the steps along with screen shots.
To answer the
questions
1. Obtain mean, standard deviation, minimum and maximum
values of all the characters.
3. Obtain mean, median, coefficient of skewness, coefficient
of kurtosis of all the characters.
8. Create a stem and leaf plot and box plot for all the
characters. the
following steps may be used.
EXAMINE
VARIABLES=fs45 fw syp sl
/PLOT BOXPLOT STEMLEAF
/COMPARE GROUP
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE /NOTOTAL.
1. Obtain mean, standard deviation, minimum and maximum
values of all the characters.
3. Obtain mean, median, coefficient of skewness, coefficient
of kurtosis of all the characters.
6. Prepare a discrete frequency table for all the characters
for the above data on group.
the following steps may be used.
6. Prepare a discrete frequency table for all
the characters for the above data on group. put a check for the Display frequency tables on the Frequencies dialog box.
For the Alternative Method 1: to answer the questions 1, 3
and 6 the following syntax may be used.
FREQUENCIES
VARIABLES=fs45 fw syp sl
/STATISTICS=STDDEV MINIMUM MAXIMUM MEAN SKEWNESS
SESKEW KURTOSIS SEKURT
/ORDER= ANALYSIS
.
Alternative
Method 2:
to answer the questions
1. Obtain mean, standard deviation, minimum and
maximum values of all the characters.
3. Obtain mean, median, coefficient of skewness,
coefficient of kurtosis of all the characters. the following steps may be used.
For
the Alternative Method 2: to
answer the questions 1 and 3 the following syntax may be
used. DESCRIPTIVES
VARIABLES=fs45 fw syp sl
/STATISTICS=MEAN STDDEV MIN MAX KURTOSIS SKEWNESS .
To answer the
questions 2. Obtain mean, standard deviation, minimum and maximum values of all the characters for 4. Obtain mean, median, coefficient of skewness,
coefficient of kurtosis of all the characters for each of
the group separately. 5. Test whether the data follows a normal
distribution or not for all the characters? Do it separately
for each of the two groups. 9. Create a stem and leaf plot and box plot for
all the characters for each group separately.
the following
steps may be used.
To
answer the questions 2,
4, 5 and 9 the following syntax may be used. EXAMINE
VARIABLES=fs45 fw syp sl BY group
/PLOT BOXPLOT STEMLEAF NPPLOT
/COMPARE GROUP
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL. To
answer question 7.
To prepare 2-way frequency
table between group and fruit set after 45 days the
following steps may be used.
For
question 7. To prepare 2-way frequency table between group
and fruit set after 45 days the following syntax may be
used. CROSSTABS
/TABLES=group BY
fs45
/FORMAT= AVALUE TABLES
/CELLS= COUNT
/COUNT ROUND CELL . To
answer question
10. Make the grouped frequency distribution by
dividing the data on seed yield per plant in 10 classes
135-145, 145-155, 155-165,165-175, 175-185, 185-195, 195-205, 205-215, 215-225, 225-235 with
upper limits exclusively and their frequencies. the
following steps may be used.
To
answer question 10
the following syntax may be used. RECODE
syp
(135 thru 145=1)
(145 thru 155=2)
(155 thru 165=3)
(165 thru 175=4) (175
thru 185=5) (185
thru 195=6) (195
thru 205=7) (205
thru 215=8) (215
thru 225=9) (225
thru 235=10) INTO
syp_class . EXECUTE
.
To answer the
question
11. To prepare a
histogram for the grouped frequency distribution in question
number 10 the following steps may be used.
The
following syntax may be used to
prepare a histogram for the grouped frequency distribution
in question number 10. FREQUENCIES
VARIABLES=syp_class
/HISTOGRAM
/ORDER= ANALYSIS
.
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, MINITAB, SYSTAT and MS-EXCEL for analysis of data from designed experiments:
Please see Module I of Electronic Book II: Advances in Data Analytical Techniques available at Design Resources Server (www.iasri.res.in/design) |
|||||