SlideShare a Scribd company logo
NCSS Statistical Software NCSS.com
155-1
© NCSS, LLC. All Rights Reserved.
Chapter 155
Error-Bar Charts
Introduction
Error-Bar Charts graphically display tables of means (or medians) and variability. Following are examples of the
types of charts produced by this procedure. The error bars may represent the standard deviation (SD) of the data,
the standard error of the mean (SE), a confidence interval, the data range, or percentiles.
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-2
© NCSS, LLC. All Rights Reserved.
Data Structure
An error-bar chart is constructed from a numeric variable. A second variable may be used to divide the first
variable into groups (e.g., age group or gender). In the two-factor procedure, a third variable may be used to
divide the groups into subgroups.
Error-Bar Chart Window Options
This section describes the specific options available on the Error-Bar Chart window, which is displayed when the
Error-Bar Chart button is clicked. Common options, such as axes, labels, legends, and titles are documented in the
Graphics Components chapter.
Error-Bar Chart Tab
Estimation of Center Section
You can choose whether to plot means or medians.
Bars and Symbols Section
You can modify the color of bars, border, and/or symbols using the options in this section.
One Factor
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-3
© NCSS, LLC. All Rights Reserved.
Two Factors
Variation (Error Bars) Section
You modify the variation line that extends from the mean using the options in this section.
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-4
© NCSS, LLC. All Rights Reserved.
Layout Tab
Orientation Section
You can orient the bars horizontally or vertically.
Object Spacing and Size Section
You can change the size of the gap between individual bars.
Connecting Lines Tab
Connect Between Groups Section
You can add reference lines at group means and percentiles.
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-5
© NCSS, LLC. All Rights Reserved.
Titles, Legend, Numeric Axis, Group Axis, Grid Lines, and Background
Tabs
Details on setting the options in these tabs are given in the Graphics Components chapter.
Example 1 – Creating an Error-Bar Chart
This section presents an example of how to generate an error-bar chart. The data used are from the Fisher dataset.
We will create error-bar charts of the SepalLength variable, grouping on the type of iris.
Setup
To run this example, complete the following steps:
1 Open the Fisher example dataset
• From the File menu of the NCSS Data window, select Open Example Data.
• Select Fisher and click OK.
2 Specify the Error-Bar Charts procedure options
• Find and open the Error-Bar Charts procedure using the menus or the Procedure Navigator.
• The settings for this example are listed below and are stored in the Example 1 settings template. To load
this template, click Open Example Template in the Help Center or File menu.
Option Value
Variables Tab
Data Variable(s)...................................... SepalLength
Horizontal (Group) Variable.................... Iris
Report Options (in the Toolbar)
Variable Labels....................................... Column Names
Data Labels............................................. Value Labels
3 Run the procedure
• Click the Run button to perform the calculations and generate the output.
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-6
© NCSS, LLC. All Rights Reserved.
Error-Bar Chart Output
Error-Bar Charts ────────────────────────────────────────────────────────────
The second plot is the same data with the bar fill and bar border removed and symbols and connecting lines added
(see Example 1b settings template).
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-7
© NCSS, LLC. All Rights Reserved.
Example 2 – Creating an Error-Bar Chart with Subgroups
This section presents an example of how to generate an error-bar chart with subgroups. The data used are from the
fictitious Tree dataset. We will create error-bar charts of the Diameter variable, grouping on Species, with
subgroups according to Sunlight.
Setup
To run this example, complete the following steps:
1 Open the Tree example dataset
• From the File menu of the NCSS Data window, select Open Example Data.
• Select Tree and click OK.
2 Specify the Error-Bar Charts (2 Factors) procedure options
• Find and open the Error-Bar Charts (2 Factors) procedure using the menus or the Procedure Navigator.
• The settings for this example are listed below and are stored in the Example 2 settings template. To load
this template, click Open Example Template in the Help Center or File menu.
Option Value
Variables Tab
Data Variable(s)...................................... Diameter
Horizontal (Group) Variable.................... Species
Legend (Subgroup) Variable .................. Sunlight
Report Options (in the Toolbar)
Data Labels............................................. Value Labels
3 Run the procedure
• Click the Run button to perform the calculations and generate the output.
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-8
© NCSS, LLC. All Rights Reserved.
Error-Bar Chart Output
Error-Bar Charts ────────────────────────────────────────────────────────────
The second plot is the same data with the bar fill and bar border removed and symbols and connecting lines added
(see Example 2b settings template).
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-9
© NCSS, LLC. All Rights Reserved.
You can also make the error-bar lines be the same color as the symbol color and include connecting lines between
groups as in the following plot (see Example 2c settings template).
Error-Bar Charts ────────────────────────────────────────────────────────────
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-10
© NCSS, LLC. All Rights Reserved.
Example 3 – Creating an Error-Bar Chart with 95% Confidence
Interval Limits and Raw Data
This section presents an example of how to generate an error-bar chart with 95% confidence interval limits. The
data used are from the Fisher dataset. We will create error-bar charts of the SepalLength variable, grouping on the
type of iris.
Setup
To run this example, complete the following steps:
1 Open the Fisher example dataset
• From the File menu of the NCSS Data window, select Open Example Data.
• Select Fisher and click OK.
2 Specify the Error-Bar Charts procedure options
• Find and open the Error-Bar Charts procedure using the menus or the Procedure Navigator.
• The settings for this example are listed below and are stored in the Example 3 settings template. To load
this template, click Open Example Template in the Help Center or File menu.
Option Value
Variables Tab
Data Variable(s)...................................... SepalLength
Horizontal (Group) Variable.................... Iris
Error-Bar Chart Format (Click the Button)
Bar Fill ................................................. Unchecked
Bar Border ........................................... Unchecked
Symbol................................................. Checked
Raw Data............................................. Checked
Error-Bar Variation Line Type.............. Confidence Interval
Report Options (in the Toolbar)
Variable Labels....................................... Column Names
Data Labels............................................. Value Labels
3 Run the procedure
• Click the Run button to perform the calculations and generate the output.
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-11
© NCSS, LLC. All Rights Reserved.
Error-Bar Chart Output
Error-Bar Charts ────────────────────────────────────────────────────────────
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-12
© NCSS, LLC. All Rights Reserved.
Example 4 – Creating an Error-Bar Chart with Medians
This section presents an example of how to generate an error-bar chart with medians instead of means. The data
used are from the Fisher dataset. We will create error-bar charts of the SepalLength variable, grouping on the type
of iris.
Setup
To run this example, complete the following steps:
1 Open the Fisher example dataset
• From the File menu of the NCSS Data window, select Open Example Data.
• Select Fisher and click OK.
2 Specify the Error-Bar Charts procedure options
• Find and open the Error-Bar Charts procedure using the menus or the Procedure Navigator.
• The settings for this example are listed below and are stored in the Example 4 settings template. To load
this template, click Open Example Template in the Help Center or File menu.
Option Value
Variables Tab
Data Variable(s)...................................... SepalLength
Horizontal (Group) Variable.................... Iris
Error-Bar Chart Format (Click the Button)
Error-Bar Chart Tab
Bar Fill ................................................. Unchecked
Bar Border ........................................... Unchecked
Symbol................................................. Checked
Raw Data............................................. Unchecked
Connecting Lines Tab
Medians............................................... Checked
Painting Order Tab
Move Connecting Lines before Error-Bar Chart
Report Options (in the Toolbar)
Variable Labels....................................... Column Names
Data Labels............................................. Value Labels
3 Run the procedure
• Click the Run button to perform the calculations and generate the output.
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-13
© NCSS, LLC. All Rights Reserved.
Error-Bar Chart Output
Error-Bar Charts ────────────────────────────────────────────────────────────
When medians are plotted, the error-bars are not necessarily symmetric about the median. In this example, the 25th
and 75th
percentiles are represented by the lower and upper error bars, respectively.
The other option when plotting medians is to draw error bars that cover the entire range of the data as displayed in
the following plot (see Example 4b settings template).
NCSS Statistical Software NCSS.com
Error-Bar Charts
155-14
© NCSS, LLC. All Rights Reserved.
Error-Bar Charts ────────────────────────────────────────────────────────────

More Related Content

Similar to Error-Bar_Charts.pdf

Dips.pdf
Dips.pdfDips.pdf
Dips.pdf
Hajlaoui Wadie
 
Topic 4 intro spss_stata 30032012 sy_srini
Topic 4 intro spss_stata 30032012 sy_sriniTopic 4 intro spss_stata 30032012 sy_srini
Topic 4 intro spss_stata 30032012 sy_srini
SM Lalon
 
High score plus guide (3)
High score plus guide (3)High score plus guide (3)
High score plus guide (3)
SUTAPA DEB
 
Spss tutorial 1
Spss tutorial 1Spss tutorial 1
Spss tutorial 1
debataraja
 
Spss tutorial 1
Spss tutorial 1Spss tutorial 1
Spss tutorial 1
kunkumabala
 
SPSS GUIDE
SPSS GUIDESPSS GUIDE
SPSS GUIDE
Siti Mastura
 
Machine Learning with WEKA
Machine Learning with WEKAMachine Learning with WEKA
Machine Learning with WEKA
butest
 
Ev72
Ev72Ev72
Ev72
Amna Awad
 
Collect 50 or more paired quantitative data items. You may use a met.pdf
Collect 50 or more paired quantitative data items. You may use a met.pdfCollect 50 or more paired quantitative data items. You may use a met.pdf
Collect 50 or more paired quantitative data items. You may use a met.pdf
ivylinvaydak64229
 
Management of database information system
Management of database information systemManagement of database information system
Management of database information system
KAZEMBETVOnline
 
DMAP Tutorial
DMAP TutorialDMAP Tutorial
DMAP Tutorial
Sohrab Kolsoumi
 
Lesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot TablesLesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot Tables
guevarra_2000
 
V sphere perf_charts
V sphere perf_chartsV sphere perf_charts
V sphere perf_charts
Pierre-Juan Labeyrie
 
Creating a histogram
Creating a histogramCreating a histogram
Creating a histogram
QHRClinicalOps
 
Creating a histogram
Creating a histogramCreating a histogram
Creating a histogram
Kyle Greaves
 
Unit 42 Assignment 2
Unit 42 Assignment 2Unit 42 Assignment 2
Unit 42 Assignment 2
Alex Dennis
 
InfoSphere_Information_Analyzer
InfoSphere_Information_AnalyzerInfoSphere_Information_Analyzer
InfoSphere_Information_Analyzer
Sourav Maity
 
Libre Office Calc Lesson 5: Working with Data
Libre Office Calc Lesson 5: Working with DataLibre Office Calc Lesson 5: Working with Data
Libre Office Calc Lesson 5: Working with Data
Smart Chicago Collaborative
 
OLD SEVEN TOOLS OF QUALTIY MANAGEMENT
OLD SEVEN TOOLS OF QUALTIY MANAGEMENTOLD SEVEN TOOLS OF QUALTIY MANAGEMENT
OLD SEVEN TOOLS OF QUALTIY MANAGEMENT
ANNA UNIVERSITY
 
Tqm old tools
Tqm old toolsTqm old tools
Tqm old tools
ANNA UNIVERSITY
 

Similar to Error-Bar_Charts.pdf (20)

Dips.pdf
Dips.pdfDips.pdf
Dips.pdf
 
Topic 4 intro spss_stata 30032012 sy_srini
Topic 4 intro spss_stata 30032012 sy_sriniTopic 4 intro spss_stata 30032012 sy_srini
Topic 4 intro spss_stata 30032012 sy_srini
 
High score plus guide (3)
High score plus guide (3)High score plus guide (3)
High score plus guide (3)
 
Spss tutorial 1
Spss tutorial 1Spss tutorial 1
Spss tutorial 1
 
Spss tutorial 1
Spss tutorial 1Spss tutorial 1
Spss tutorial 1
 
SPSS GUIDE
SPSS GUIDESPSS GUIDE
SPSS GUIDE
 
Machine Learning with WEKA
Machine Learning with WEKAMachine Learning with WEKA
Machine Learning with WEKA
 
Ev72
Ev72Ev72
Ev72
 
Collect 50 or more paired quantitative data items. You may use a met.pdf
Collect 50 or more paired quantitative data items. You may use a met.pdfCollect 50 or more paired quantitative data items. You may use a met.pdf
Collect 50 or more paired quantitative data items. You may use a met.pdf
 
Management of database information system
Management of database information systemManagement of database information system
Management of database information system
 
DMAP Tutorial
DMAP TutorialDMAP Tutorial
DMAP Tutorial
 
Lesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot TablesLesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot Tables
 
V sphere perf_charts
V sphere perf_chartsV sphere perf_charts
V sphere perf_charts
 
Creating a histogram
Creating a histogramCreating a histogram
Creating a histogram
 
Creating a histogram
Creating a histogramCreating a histogram
Creating a histogram
 
Unit 42 Assignment 2
Unit 42 Assignment 2Unit 42 Assignment 2
Unit 42 Assignment 2
 
InfoSphere_Information_Analyzer
InfoSphere_Information_AnalyzerInfoSphere_Information_Analyzer
InfoSphere_Information_Analyzer
 
Libre Office Calc Lesson 5: Working with Data
Libre Office Calc Lesson 5: Working with DataLibre Office Calc Lesson 5: Working with Data
Libre Office Calc Lesson 5: Working with Data
 
OLD SEVEN TOOLS OF QUALTIY MANAGEMENT
OLD SEVEN TOOLS OF QUALTIY MANAGEMENTOLD SEVEN TOOLS OF QUALTIY MANAGEMENT
OLD SEVEN TOOLS OF QUALTIY MANAGEMENT
 
Tqm old tools
Tqm old toolsTqm old tools
Tqm old tools
 

Recently uploaded

bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
kejapriya1
 
Medical Orthopedic PowerPoint Templates.pptx
Medical Orthopedic PowerPoint Templates.pptxMedical Orthopedic PowerPoint Templates.pptx
Medical Orthopedic PowerPoint Templates.pptx
terusbelajar5
 
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills MN
 
The binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defectsThe binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defects
Sérgio Sacani
 
8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf
by6843629
 
Cytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptxCytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptx
Hitesh Sikarwar
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
Abdul Wali Khan University Mardan,kP,Pakistan
 
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
David Osipyan
 
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
vluwdy49
 
Basics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different formsBasics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different forms
MaheshaNanjegowda
 
Oedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptxOedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptx
muralinath2
 
Equivariant neural networks and representation theory
Equivariant neural networks and representation theoryEquivariant neural networks and representation theory
Equivariant neural networks and representation theory
Daniel Tubbenhauer
 
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptxThe use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
MAGOTI ERNEST
 
Compexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titrationCompexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titration
Vandana Devesh Sharma
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
yqqaatn0
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
PRIYANKA PATEL
 
Bob Reedy - Nitrate in Texas Groundwater.pdf
Bob Reedy - Nitrate in Texas Groundwater.pdfBob Reedy - Nitrate in Texas Groundwater.pdf
Bob Reedy - Nitrate in Texas Groundwater.pdf
Texas Alliance of Groundwater Districts
 
Applied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdfApplied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdf
University of Hertfordshire
 
SAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdfSAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdf
KrushnaDarade1
 
Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.
Aditi Bajpai
 

Recently uploaded (20)

bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
 
Medical Orthopedic PowerPoint Templates.pptx
Medical Orthopedic PowerPoint Templates.pptxMedical Orthopedic PowerPoint Templates.pptx
Medical Orthopedic PowerPoint Templates.pptx
 
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
 
The binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defectsThe binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defects
 
8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf
 
Cytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptxCytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptx
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
 
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
 
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
 
Basics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different formsBasics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different forms
 
Oedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptxOedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptx
 
Equivariant neural networks and representation theory
Equivariant neural networks and representation theoryEquivariant neural networks and representation theory
Equivariant neural networks and representation theory
 
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptxThe use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
 
Compexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titrationCompexometric titration/Chelatorphy titration/chelating titration
Compexometric titration/Chelatorphy titration/chelating titration
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
 
Bob Reedy - Nitrate in Texas Groundwater.pdf
Bob Reedy - Nitrate in Texas Groundwater.pdfBob Reedy - Nitrate in Texas Groundwater.pdf
Bob Reedy - Nitrate in Texas Groundwater.pdf
 
Applied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdfApplied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdf
 
SAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdfSAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdf
 
Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.
 

Error-Bar_Charts.pdf

  • 1. NCSS Statistical Software NCSS.com 155-1 © NCSS, LLC. All Rights Reserved. Chapter 155 Error-Bar Charts Introduction Error-Bar Charts graphically display tables of means (or medians) and variability. Following are examples of the types of charts produced by this procedure. The error bars may represent the standard deviation (SD) of the data, the standard error of the mean (SE), a confidence interval, the data range, or percentiles.
  • 2. NCSS Statistical Software NCSS.com Error-Bar Charts 155-2 © NCSS, LLC. All Rights Reserved. Data Structure An error-bar chart is constructed from a numeric variable. A second variable may be used to divide the first variable into groups (e.g., age group or gender). In the two-factor procedure, a third variable may be used to divide the groups into subgroups. Error-Bar Chart Window Options This section describes the specific options available on the Error-Bar Chart window, which is displayed when the Error-Bar Chart button is clicked. Common options, such as axes, labels, legends, and titles are documented in the Graphics Components chapter. Error-Bar Chart Tab Estimation of Center Section You can choose whether to plot means or medians. Bars and Symbols Section You can modify the color of bars, border, and/or symbols using the options in this section. One Factor
  • 3. NCSS Statistical Software NCSS.com Error-Bar Charts 155-3 © NCSS, LLC. All Rights Reserved. Two Factors Variation (Error Bars) Section You modify the variation line that extends from the mean using the options in this section.
  • 4. NCSS Statistical Software NCSS.com Error-Bar Charts 155-4 © NCSS, LLC. All Rights Reserved. Layout Tab Orientation Section You can orient the bars horizontally or vertically. Object Spacing and Size Section You can change the size of the gap between individual bars. Connecting Lines Tab Connect Between Groups Section You can add reference lines at group means and percentiles.
  • 5. NCSS Statistical Software NCSS.com Error-Bar Charts 155-5 © NCSS, LLC. All Rights Reserved. Titles, Legend, Numeric Axis, Group Axis, Grid Lines, and Background Tabs Details on setting the options in these tabs are given in the Graphics Components chapter. Example 1 – Creating an Error-Bar Chart This section presents an example of how to generate an error-bar chart. The data used are from the Fisher dataset. We will create error-bar charts of the SepalLength variable, grouping on the type of iris. Setup To run this example, complete the following steps: 1 Open the Fisher example dataset • From the File menu of the NCSS Data window, select Open Example Data. • Select Fisher and click OK. 2 Specify the Error-Bar Charts procedure options • Find and open the Error-Bar Charts procedure using the menus or the Procedure Navigator. • The settings for this example are listed below and are stored in the Example 1 settings template. To load this template, click Open Example Template in the Help Center or File menu. Option Value Variables Tab Data Variable(s)...................................... SepalLength Horizontal (Group) Variable.................... Iris Report Options (in the Toolbar) Variable Labels....................................... Column Names Data Labels............................................. Value Labels 3 Run the procedure • Click the Run button to perform the calculations and generate the output.
  • 6. NCSS Statistical Software NCSS.com Error-Bar Charts 155-6 © NCSS, LLC. All Rights Reserved. Error-Bar Chart Output Error-Bar Charts ──────────────────────────────────────────────────────────── The second plot is the same data with the bar fill and bar border removed and symbols and connecting lines added (see Example 1b settings template).
  • 7. NCSS Statistical Software NCSS.com Error-Bar Charts 155-7 © NCSS, LLC. All Rights Reserved. Example 2 – Creating an Error-Bar Chart with Subgroups This section presents an example of how to generate an error-bar chart with subgroups. The data used are from the fictitious Tree dataset. We will create error-bar charts of the Diameter variable, grouping on Species, with subgroups according to Sunlight. Setup To run this example, complete the following steps: 1 Open the Tree example dataset • From the File menu of the NCSS Data window, select Open Example Data. • Select Tree and click OK. 2 Specify the Error-Bar Charts (2 Factors) procedure options • Find and open the Error-Bar Charts (2 Factors) procedure using the menus or the Procedure Navigator. • The settings for this example are listed below and are stored in the Example 2 settings template. To load this template, click Open Example Template in the Help Center or File menu. Option Value Variables Tab Data Variable(s)...................................... Diameter Horizontal (Group) Variable.................... Species Legend (Subgroup) Variable .................. Sunlight Report Options (in the Toolbar) Data Labels............................................. Value Labels 3 Run the procedure • Click the Run button to perform the calculations and generate the output.
  • 8. NCSS Statistical Software NCSS.com Error-Bar Charts 155-8 © NCSS, LLC. All Rights Reserved. Error-Bar Chart Output Error-Bar Charts ──────────────────────────────────────────────────────────── The second plot is the same data with the bar fill and bar border removed and symbols and connecting lines added (see Example 2b settings template).
  • 9. NCSS Statistical Software NCSS.com Error-Bar Charts 155-9 © NCSS, LLC. All Rights Reserved. You can also make the error-bar lines be the same color as the symbol color and include connecting lines between groups as in the following plot (see Example 2c settings template). Error-Bar Charts ────────────────────────────────────────────────────────────
  • 10. NCSS Statistical Software NCSS.com Error-Bar Charts 155-10 © NCSS, LLC. All Rights Reserved. Example 3 – Creating an Error-Bar Chart with 95% Confidence Interval Limits and Raw Data This section presents an example of how to generate an error-bar chart with 95% confidence interval limits. The data used are from the Fisher dataset. We will create error-bar charts of the SepalLength variable, grouping on the type of iris. Setup To run this example, complete the following steps: 1 Open the Fisher example dataset • From the File menu of the NCSS Data window, select Open Example Data. • Select Fisher and click OK. 2 Specify the Error-Bar Charts procedure options • Find and open the Error-Bar Charts procedure using the menus or the Procedure Navigator. • The settings for this example are listed below and are stored in the Example 3 settings template. To load this template, click Open Example Template in the Help Center or File menu. Option Value Variables Tab Data Variable(s)...................................... SepalLength Horizontal (Group) Variable.................... Iris Error-Bar Chart Format (Click the Button) Bar Fill ................................................. Unchecked Bar Border ........................................... Unchecked Symbol................................................. Checked Raw Data............................................. Checked Error-Bar Variation Line Type.............. Confidence Interval Report Options (in the Toolbar) Variable Labels....................................... Column Names Data Labels............................................. Value Labels 3 Run the procedure • Click the Run button to perform the calculations and generate the output.
  • 11. NCSS Statistical Software NCSS.com Error-Bar Charts 155-11 © NCSS, LLC. All Rights Reserved. Error-Bar Chart Output Error-Bar Charts ────────────────────────────────────────────────────────────
  • 12. NCSS Statistical Software NCSS.com Error-Bar Charts 155-12 © NCSS, LLC. All Rights Reserved. Example 4 – Creating an Error-Bar Chart with Medians This section presents an example of how to generate an error-bar chart with medians instead of means. The data used are from the Fisher dataset. We will create error-bar charts of the SepalLength variable, grouping on the type of iris. Setup To run this example, complete the following steps: 1 Open the Fisher example dataset • From the File menu of the NCSS Data window, select Open Example Data. • Select Fisher and click OK. 2 Specify the Error-Bar Charts procedure options • Find and open the Error-Bar Charts procedure using the menus or the Procedure Navigator. • The settings for this example are listed below and are stored in the Example 4 settings template. To load this template, click Open Example Template in the Help Center or File menu. Option Value Variables Tab Data Variable(s)...................................... SepalLength Horizontal (Group) Variable.................... Iris Error-Bar Chart Format (Click the Button) Error-Bar Chart Tab Bar Fill ................................................. Unchecked Bar Border ........................................... Unchecked Symbol................................................. Checked Raw Data............................................. Unchecked Connecting Lines Tab Medians............................................... Checked Painting Order Tab Move Connecting Lines before Error-Bar Chart Report Options (in the Toolbar) Variable Labels....................................... Column Names Data Labels............................................. Value Labels 3 Run the procedure • Click the Run button to perform the calculations and generate the output.
  • 13. NCSS Statistical Software NCSS.com Error-Bar Charts 155-13 © NCSS, LLC. All Rights Reserved. Error-Bar Chart Output Error-Bar Charts ──────────────────────────────────────────────────────────── When medians are plotted, the error-bars are not necessarily symmetric about the median. In this example, the 25th and 75th percentiles are represented by the lower and upper error bars, respectively. The other option when plotting medians is to draw error bars that cover the entire range of the data as displayed in the following plot (see Example 4b settings template).
  • 14. NCSS Statistical Software NCSS.com Error-Bar Charts 155-14 © NCSS, LLC. All Rights Reserved. Error-Bar Charts ────────────────────────────────────────────────────────────