SlideShare a Scribd company logo
1 of 10
FROM OUTPUT LAB BASED E-PORTFOLIO SPSS 
COMPUTE MarkBall=B1 + B2 + B3 + B4 + B5 + B6 + B7 + B8 + B9 + B10. 
EXECUTE. 
COMPUTE MarkCall=C1 + C2 + C3 + C4 + C5 + C6 + C7 + C8 + C9 + C10. 
EXECUTE. 
RECODE MarkBall (1 thru 16=1) (17 thru 32=2) (33 thru Highest=3) INTO LOEX. 
VARIABLE LABELS LOEX 'Level Of Extraversion'. 
EXECUTE. 
RECODE MarkCall (1 thru 13=1) (14 thru 26=2) (Lowest thru 27=3) INTO LOSE. 
VARIABLE LABELS LOSE 'Level Of Self Esteem'. 
EXECUTE. 
RECODE MarkCall (1 thru 13=1) (14 thru 26=2) (27 thru Highest=3) INTO LOSE. 
VARIABLE LABELS LOSE 'Level Of Self Esteem'. 
EXECUTE. 
DESCRIPTIVES VARIABLES=Age C2 MarkCall 
/STATISTICS=MEAN STDDEV MIN MAX.p{color:0;font-family:Monospaced;font-size: 
13pt;font-style:normal;font-weight:normal;text-decoration:none} 
FREQUENCIES VARIABLES=Age YearofBirth C2 MarkBall MarkCall 
/STATISTICS=MINIMUM MAXIMUM 
/ORDER=ANALYSIS. 
Frequencies 
Statistics 
Participant's Age 
Participant's 
Year of Birth Self-esteem 2 
Total of 
Extraversion 
Total of Self 
Esteem 
N Valid 43 43 43 44 43 
Missing 1 1 1 0 1 
Minimum 18 1989 1.00 23.00 22.00 
Maximum 25 1996 4.00 50.00 40.00 
Frequency Table 
Participant's Age 
Frequency Percent Valid Percent 
Cumulative 
Percent 
Valid 18 1 2.3 2.3 2.3 
20 5 11.4 11.6 14.0 
21 10 22.7 23.3 37.2 
22 14 31.8 32.6 69.8 
23 7 15.9 16.3 86.0
24 5 11.4 11.6 97.7 
25 1 2.3 2.3 100.0 
Total 43 97.7 100.0 
Missing 99 1 2.3 
Total 44 100.0 
Participant's Year of Birth 
Frequency Percent Valid Percent 
Cumulative 
Percent 
Valid 1989 1 2.3 2.3 2.3 
1990 5 11.4 11.6 14.0 
1991 7 15.9 16.3 30.2 
1992 14 31.8 32.6 62.8 
1993 10 22.7 23.3 86.0 
1994 5 11.4 11.6 97.7 
1996 1 2.3 2.3 100.0 
Total 43 97.7 100.0 
Missing 2016 1 2.3 
Total 44 100.0 
Self-esteem 2 
Frequency Percent Valid Percent 
Cumulative 
Percent 
Valid Strongly Agree 2 4.5 4.7 4.7 
Agree 19 43.2 44.2 48.8 
Disagree 16 36.4 37.2 86.0 
Strongly Disagree 6 13.6 14.0 100.0 
Total 43 97.7 100.0 
Missing 99 1 2.3 
Total 44 100.0
Total of Extraversion 
Frequency Percent Valid Percent 
Cumulative 
Percent 
Valid 23 1 2.3 2.3 2.3 
25 1 2.3 2.3 4.5 
28 1 2.3 2.3 6.8 
30 2 4.5 4.5 11.4 
31 4 9.1 9.1 20.5 
32 6 13.6 13.6 34.1 
33 3 6.8 6.8 40.9 
34 6 13.6 13.6 54.5 
35 2 4.5 4.5 59.1 
36 6 13.6 13.6 72.7 
37 2 4.5 4.5 77.3 
38 4 9.1 9.1 86.4 
39 2 4.5 4.5 90.9 
40 2 4.5 4.5 95.5 
42 1 2.3 2.3 97.7 
50 1 2.3 2.3 100.0 
Total 44 100.0 100.0 
Total of Self Esteem 
Frequency Percent Valid Percent 
Cumulative 
Percent 
Valid 22 2 4.5 4.7 4.7 
23 1 2.3 2.3 7.0 
24 1 2.3 2.3 9.3 
25 5 11.4 11.6 20.9 
26 5 11.4 11.6 32.6 
27 2 4.5 4.7 37.2
28 7 15.9 16.3 53.5 
29 4 9.1 9.3 62.8 
30 7 15.9 16.3 79.1 
31 5 11.4 11.6 90.7 
32 1 2.3 2.3 93.0 
37 2 4.5 4.7 97.7 
40 1 2.3 2.3 100.0 
Total 43 97.7 100.0 
Missing 99 1 2.3 
Total 44 100.0 
GRAPH 
/HISTOGRAM(NORMAL)=MarkBall. 
Graph 
GRAPH 
/HISTOGRAM(NORMAL)=MarkCall.
Graph 
DESCRIPTIVES VARIABLES=MarkBall MarkCall 
/STATISTICS=MEAN KURTOSIS SKEWNESS. 
Descriptive Statistics 
N Mean Skewness Kurtosis 
Statistic Statistic Statistic Std. Error Statistic Std. Error 
Total of Extraversion 44 34.4773 .488 .357 2.845 .702 
Total of Self Esteem 43 28.4419 .941 .361 1.921 .709 
Valid N (listwise) 43 
PPLOT
/VARIABLES=MarkBall MarkCall 
/NOLOG 
/NOSTANDARDIZE 
/TYPE=P-P 
/FRACTION=BLOM 
/TIES=MEAN 
/DIST=NORMAL. 
PPlot 
Model Description 
Model Name MOD_2 
Series or Sequence 1 Total of Extraversion 
2 Total of Self Esteem 
Transformation None 
Non-Seasonal Differencing 0 
Seasonal Differencing 0 
Length of Seasonal Period No periodicity 
Standardization Not applied 
Distribution Type Normal 
Location estimated 
Scale estimated 
Fractional Rank Estimation Method Blom's 
Rank Assigned to Ties Mean rank of tied values 
Applying the model specifications from MOD_2 
Case Processing Summary 
Total of 
Extraversion 
Total of Self 
Esteem 
Series or Sequence Length 44 44 
Number of Missing Values in 
the Plot 
User-Missing 0 1 
System-Missing 0 0 
The cases are unweighted.
Estimated Distribution Parameters 
Total of 
Extraversion 
Total of Self 
Esteem 
Normal Distribution Location 34.4773 28.4419 
Scale 4.50575 3.68590 
The cases are unweighted. 
Total of Extraversion
Total of Self Esteem
From output lab based e

More Related Content

Viewers also liked

розщирена презентація курсу_фармацевтичної_хімії_заочної_форми_(5,5з)_іп
розщирена презентація курсу_фармацевтичної_хімії_заочної_форми_(5,5з)_іпрозщирена презентація курсу_фармацевтичної_хімії_заочної_форми_(5,5з)_іп
розщирена презентація курсу_фармацевтичної_хімії_заочної_форми_(5,5з)_іпTimtimati
 
фотометрія. світловий потік. сила світла. освітленість
фотометрія. світловий потік. сила світла. освітленістьфотометрія. світловий потік. сила світла. освітленість
фотометрія. світловий потік. сила світла. освітленістьМирослава Головій
 
Creating a Histogram in SPSS
Creating a Histogram in SPSSCreating a Histogram in SPSS
Creating a Histogram in SPSSflorentinoz
 
н ф рп 2015-16 - поляки
н ф рп 2015-16 - полякин ф рп 2015-16 - поляки
н ф рп 2015-16 - полякиTimtimati
 
Time to Kill the Killer - Tobacco
Time to Kill the Killer - TobaccoTime to Kill the Killer - Tobacco
Time to Kill the Killer - TobaccoVasanth Kumar
 
0Maria%20Insecurity,_Interest_and_the_Diversionary_Military_Use_of_Force_The_...
0Maria%20Insecurity,_Interest_and_the_Diversionary_Military_Use_of_Force_The_...0Maria%20Insecurity,_Interest_and_the_Diversionary_Military_Use_of_Force_The_...
0Maria%20Insecurity,_Interest_and_the_Diversionary_Military_Use_of_Force_The_...Maria C. Fernandez
 
Lab Based E-portfolio
Lab Based E-portfolioLab Based E-portfolio
Lab Based E-portfolioNor Khamsiah
 
фармацевтична хімія підручник
фармацевтична хімія підручникфармацевтична хімія підручник
фармацевтична хімія підручникTimtimati
 

Viewers also liked (18)

Wiranti punya
Wiranti punyaWiranti punya
Wiranti punya
 
розщирена презентація курсу_фармацевтичної_хімії_заочної_форми_(5,5з)_іп
розщирена презентація курсу_фармацевтичної_хімії_заочної_форми_(5,5з)_іпрозщирена презентація курсу_фармацевтичної_хімії_заочної_форми_(5,5з)_іп
розщирена презентація курсу_фармацевтичної_хімії_заочної_форми_(5,5з)_іп
 
(Manual spss)
(Manual spss)(Manual spss)
(Manual spss)
 
фотометрія. світловий потік. сила світла. освітленість
фотометрія. світловий потік. сила світла. освітленістьфотометрія. світловий потік. сила світла. освітленість
фотометрія. світловий потік. сила світла. освітленість
 
Creating a Histogram in SPSS
Creating a Histogram in SPSSCreating a Histogram in SPSS
Creating a Histogram in SPSS
 
Centro meteorológico informe
Centro meteorológico informeCentro meteorológico informe
Centro meteorológico informe
 
н ф рп 2015-16 - поляки
н ф рп 2015-16 - полякин ф рп 2015-16 - поляки
н ф рп 2015-16 - поляки
 
Tema14
Tema14Tema14
Tema14
 
Time to Kill the Killer - Tobacco
Time to Kill the Killer - TobaccoTime to Kill the Killer - Tobacco
Time to Kill the Killer - Tobacco
 
0Maria%20Insecurity,_Interest_and_the_Diversionary_Military_Use_of_Force_The_...
0Maria%20Insecurity,_Interest_and_the_Diversionary_Military_Use_of_Force_The_...0Maria%20Insecurity,_Interest_and_the_Diversionary_Military_Use_of_Force_The_...
0Maria%20Insecurity,_Interest_and_the_Diversionary_Military_Use_of_Force_The_...
 
Lab Based E-portfolio
Lab Based E-portfolioLab Based E-portfolio
Lab Based E-portfolio
 
фармацевтична хімія підручник
фармацевтична хімія підручникфармацевтична хімія підручник
фармацевтична хімія підручник
 
фізика – наука про природу
фізика – наука про природуфізика – наука про природу
фізика – наука про природу
 
Ass 5
Ass 5Ass 5
Ass 5
 
16 foto editorial
16 foto editorial16 foto editorial
16 foto editorial
 
BUSINESS EXCELLENCE
BUSINESS EXCELLENCEBUSINESS EXCELLENCE
BUSINESS EXCELLENCE
 
Lorne Hotel
Lorne HotelLorne Hotel
Lorne Hotel
 
Ayşe moda
Ayşe modaAyşe moda
Ayşe moda
 

Similar to From output lab based e

Research Methodology anova
  Research Methodology anova  Research Methodology anova
Research Methodology anovaPraveen Minz
 
Solution Manual for Introduction to Programming Using Python 1st Edition by S...
Solution Manual for Introduction to Programming Using Python 1st Edition by S...Solution Manual for Introduction to Programming Using Python 1st Edition by S...
Solution Manual for Introduction to Programming Using Python 1st Edition by S...romanelins
 
Diagrammatic and graphical representation of data
Diagrammatic and graphical representation of dataDiagrammatic and graphical representation of data
Diagrammatic and graphical representation of dataRachna Gupta
 
Bioestadistica (Formulas)
Bioestadistica (Formulas)Bioestadistica (Formulas)
Bioestadistica (Formulas)Alejandra Neri
 
SUEC 高中 Adv Maths (Index Number).pptx
SUEC 高中 Adv Maths (Index Number).pptxSUEC 高中 Adv Maths (Index Number).pptx
SUEC 高中 Adv Maths (Index Number).pptxtungwc
 
Examples of one way and two way ANOVA
Examples of one way and two way ANOVAExamples of one way and two way ANOVA
Examples of one way and two way ANOVANasrunnissa Aziz
 
Complete solutions-mathematical-methods-in-the-physical-sciences-3rd-edition
Complete solutions-mathematical-methods-in-the-physical-sciences-3rd-editionComplete solutions-mathematical-methods-in-the-physical-sciences-3rd-edition
Complete solutions-mathematical-methods-in-the-physical-sciences-3rd-editionAba Dula
 
Boas mathematical methods in the physical sciences 3ed instructors solutions...
Boas  mathematical methods in the physical sciences 3ed instructors solutions...Boas  mathematical methods in the physical sciences 3ed instructors solutions...
Boas mathematical methods in the physical sciences 3ed instructors solutions...Praveen Prashant
 
FREQUENCIES VARIABLES=x22 ORDER=ANALYSIS.Frequencies.docx
FREQUENCIES VARIABLES=x22  ORDER=ANALYSIS.Frequencies.docxFREQUENCIES VARIABLES=x22  ORDER=ANALYSIS.Frequencies.docx
FREQUENCIES VARIABLES=x22 ORDER=ANALYSIS.Frequencies.docxshericehewat
 

Similar to From output lab based e (11)

Research Methodology anova
  Research Methodology anova  Research Methodology anova
Research Methodology anova
 
Solution Manual for Introduction to Programming Using Python 1st Edition by S...
Solution Manual for Introduction to Programming Using Python 1st Edition by S...Solution Manual for Introduction to Programming Using Python 1st Edition by S...
Solution Manual for Introduction to Programming Using Python 1st Edition by S...
 
om
omom
om
 
Diagrammatic and graphical representation of data
Diagrammatic and graphical representation of dataDiagrammatic and graphical representation of data
Diagrammatic and graphical representation of data
 
Bioestadistica (Formulas)
Bioestadistica (Formulas)Bioestadistica (Formulas)
Bioestadistica (Formulas)
 
SUEC 高中 Adv Maths (Index Number).pptx
SUEC 高中 Adv Maths (Index Number).pptxSUEC 高中 Adv Maths (Index Number).pptx
SUEC 高中 Adv Maths (Index Number).pptx
 
Examples of one way and two way ANOVA
Examples of one way and two way ANOVAExamples of one way and two way ANOVA
Examples of one way and two way ANOVA
 
Complete solutions-mathematical-methods-in-the-physical-sciences-3rd-edition
Complete solutions-mathematical-methods-in-the-physical-sciences-3rd-editionComplete solutions-mathematical-methods-in-the-physical-sciences-3rd-edition
Complete solutions-mathematical-methods-in-the-physical-sciences-3rd-edition
 
Boas mathematical methods in the physical sciences 3ed instructors solutions...
Boas  mathematical methods in the physical sciences 3ed instructors solutions...Boas  mathematical methods in the physical sciences 3ed instructors solutions...
Boas mathematical methods in the physical sciences 3ed instructors solutions...
 
Bio Assignment 123.pdf
Bio Assignment 123.pdfBio Assignment 123.pdf
Bio Assignment 123.pdf
 
FREQUENCIES VARIABLES=x22 ORDER=ANALYSIS.Frequencies.docx
FREQUENCIES VARIABLES=x22  ORDER=ANALYSIS.Frequencies.docxFREQUENCIES VARIABLES=x22  ORDER=ANALYSIS.Frequencies.docx
FREQUENCIES VARIABLES=x22 ORDER=ANALYSIS.Frequencies.docx
 

From output lab based e

  • 1. FROM OUTPUT LAB BASED E-PORTFOLIO SPSS COMPUTE MarkBall=B1 + B2 + B3 + B4 + B5 + B6 + B7 + B8 + B9 + B10. EXECUTE. COMPUTE MarkCall=C1 + C2 + C3 + C4 + C5 + C6 + C7 + C8 + C9 + C10. EXECUTE. RECODE MarkBall (1 thru 16=1) (17 thru 32=2) (33 thru Highest=3) INTO LOEX. VARIABLE LABELS LOEX 'Level Of Extraversion'. EXECUTE. RECODE MarkCall (1 thru 13=1) (14 thru 26=2) (Lowest thru 27=3) INTO LOSE. VARIABLE LABELS LOSE 'Level Of Self Esteem'. EXECUTE. RECODE MarkCall (1 thru 13=1) (14 thru 26=2) (27 thru Highest=3) INTO LOSE. VARIABLE LABELS LOSE 'Level Of Self Esteem'. EXECUTE. DESCRIPTIVES VARIABLES=Age C2 MarkCall /STATISTICS=MEAN STDDEV MIN MAX.p{color:0;font-family:Monospaced;font-size: 13pt;font-style:normal;font-weight:normal;text-decoration:none} FREQUENCIES VARIABLES=Age YearofBirth C2 MarkBall MarkCall /STATISTICS=MINIMUM MAXIMUM /ORDER=ANALYSIS. Frequencies Statistics Participant's Age Participant's Year of Birth Self-esteem 2 Total of Extraversion Total of Self Esteem N Valid 43 43 43 44 43 Missing 1 1 1 0 1 Minimum 18 1989 1.00 23.00 22.00 Maximum 25 1996 4.00 50.00 40.00 Frequency Table Participant's Age Frequency Percent Valid Percent Cumulative Percent Valid 18 1 2.3 2.3 2.3 20 5 11.4 11.6 14.0 21 10 22.7 23.3 37.2 22 14 31.8 32.6 69.8 23 7 15.9 16.3 86.0
  • 2. 24 5 11.4 11.6 97.7 25 1 2.3 2.3 100.0 Total 43 97.7 100.0 Missing 99 1 2.3 Total 44 100.0 Participant's Year of Birth Frequency Percent Valid Percent Cumulative Percent Valid 1989 1 2.3 2.3 2.3 1990 5 11.4 11.6 14.0 1991 7 15.9 16.3 30.2 1992 14 31.8 32.6 62.8 1993 10 22.7 23.3 86.0 1994 5 11.4 11.6 97.7 1996 1 2.3 2.3 100.0 Total 43 97.7 100.0 Missing 2016 1 2.3 Total 44 100.0 Self-esteem 2 Frequency Percent Valid Percent Cumulative Percent Valid Strongly Agree 2 4.5 4.7 4.7 Agree 19 43.2 44.2 48.8 Disagree 16 36.4 37.2 86.0 Strongly Disagree 6 13.6 14.0 100.0 Total 43 97.7 100.0 Missing 99 1 2.3 Total 44 100.0
  • 3. Total of Extraversion Frequency Percent Valid Percent Cumulative Percent Valid 23 1 2.3 2.3 2.3 25 1 2.3 2.3 4.5 28 1 2.3 2.3 6.8 30 2 4.5 4.5 11.4 31 4 9.1 9.1 20.5 32 6 13.6 13.6 34.1 33 3 6.8 6.8 40.9 34 6 13.6 13.6 54.5 35 2 4.5 4.5 59.1 36 6 13.6 13.6 72.7 37 2 4.5 4.5 77.3 38 4 9.1 9.1 86.4 39 2 4.5 4.5 90.9 40 2 4.5 4.5 95.5 42 1 2.3 2.3 97.7 50 1 2.3 2.3 100.0 Total 44 100.0 100.0 Total of Self Esteem Frequency Percent Valid Percent Cumulative Percent Valid 22 2 4.5 4.7 4.7 23 1 2.3 2.3 7.0 24 1 2.3 2.3 9.3 25 5 11.4 11.6 20.9 26 5 11.4 11.6 32.6 27 2 4.5 4.7 37.2
  • 4. 28 7 15.9 16.3 53.5 29 4 9.1 9.3 62.8 30 7 15.9 16.3 79.1 31 5 11.4 11.6 90.7 32 1 2.3 2.3 93.0 37 2 4.5 4.7 97.7 40 1 2.3 2.3 100.0 Total 43 97.7 100.0 Missing 99 1 2.3 Total 44 100.0 GRAPH /HISTOGRAM(NORMAL)=MarkBall. Graph GRAPH /HISTOGRAM(NORMAL)=MarkCall.
  • 5. Graph DESCRIPTIVES VARIABLES=MarkBall MarkCall /STATISTICS=MEAN KURTOSIS SKEWNESS. Descriptive Statistics N Mean Skewness Kurtosis Statistic Statistic Statistic Std. Error Statistic Std. Error Total of Extraversion 44 34.4773 .488 .357 2.845 .702 Total of Self Esteem 43 28.4419 .941 .361 1.921 .709 Valid N (listwise) 43 PPLOT
  • 6. /VARIABLES=MarkBall MarkCall /NOLOG /NOSTANDARDIZE /TYPE=P-P /FRACTION=BLOM /TIES=MEAN /DIST=NORMAL. PPlot Model Description Model Name MOD_2 Series or Sequence 1 Total of Extraversion 2 Total of Self Esteem Transformation None Non-Seasonal Differencing 0 Seasonal Differencing 0 Length of Seasonal Period No periodicity Standardization Not applied Distribution Type Normal Location estimated Scale estimated Fractional Rank Estimation Method Blom's Rank Assigned to Ties Mean rank of tied values Applying the model specifications from MOD_2 Case Processing Summary Total of Extraversion Total of Self Esteem Series or Sequence Length 44 44 Number of Missing Values in the Plot User-Missing 0 1 System-Missing 0 0 The cases are unweighted.
  • 7. Estimated Distribution Parameters Total of Extraversion Total of Self Esteem Normal Distribution Location 34.4773 28.4419 Scale 4.50575 3.68590 The cases are unweighted. Total of Extraversion
  • 8.
  • 9. Total of Self Esteem