Chapter 500 Frequency Tables - NCSS

2y ago
8 Views
2 Downloads
273.07 KB
13 Pages
Last View : 22d ago
Last Download : 3m ago
Upload by : Randy Pettway
Transcription

NCSS Statistical SoftwareNCSS.comChapter 500Frequency TablesIntroductionThis procedure produces tables of frequency counts and percentages for categorical and continuous variables.This procedure serves as a summary reporting tool and is often used to analyze survey data. This procedure alsocalculates the multinomial chi-square test.Frequency TablesFrequency tables are generally produced on individual variables. For categorical data, the table records thenumber of observations (the frequency) for each unique value of the variable. For continuous data, you mustspecify a set of intervals (or bins). The frequency table records the number of observations falling in each interval.Frequency tables are useful for analyzing categorical data and for screening data for data entry errors.Types of Categorical VariablesNote that we will refer to two types of categorical variables: Categorical and Grouping or Break. Groupingvariables are used to split a database into subgroups. A separate set of reports is generated for each unique set ofvalues of the Grouping variables. The values of a Categorical variable are used to define the rows of thefrequency table.Data StructureThe data below are a subset of the real estate sales (Resale) dataset provided with the software. This data givesthe selling price, the number of bedrooms, the total square footage (finished and unfinished), and the size of thelots for 150 residential properties sold during the last four months in two states. Only the first 8 of the 150observations are displayed.Resale dataset 2613LotSize1017313069706584848355Missing ValuesMissing values may be ignored or included in the table’s counts and percentages.500-1 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesExample 1 – Standard Frequency TablesSetupTo run this example, complete the following steps:1Open the Resale example dataset From the File menu of the NCSS Data window, select Open Example Data. Select Resale and click OK.2Specify the Frequency Tables procedure options Find and open the Frequency Tables procedure using the menus or the Procedure Navigator. The settings for this example are listed below and are stored in the Example 1a settings template. To loadthis template, click Open Example Template in the Help Center or File menu.OptionValueVariables TabType of Data Input . Column(s) in the DatabaseCategorical Variables . State-CityReport Options (in the Toolbar)Variable Labels . Column LabelsData Labels . Value Labels3Run the procedure Click the Run button to perform the calculations and generate the output.OutputFrequency Distribution of State ph ofPercent Frequency Distribution of Community CommunitySilvervilleLos WagesRed GulchPoliticvilleSenate %100.00%Graph ofPercent 500-2 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesFrequency Distribution Charts This report presents the counts (the frequencies), percentages, and a rough bar graph of the data. Note that the bargraph is constructed so that each “ ” is worth 2.5 percentage points. By default, distribution bar charts and piecharts are also output.The frequency table and plots can be modified using the settings below to display the values in descending orascending order, sorted by counts.4Modify the Category Order The settings for this section are listed below and are stored in the Example 2b settings template. To loadthis template, click Open Example Template in the Help Center or File menu.OptionValueReports TabCategory Order (under Frequency Distribution Table Report) . Sort by Count (Descending)5Run the procedure Click the Run button to perform the calculations and generate the output.500-3 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesOutputFrequency Distribution of State ph ofPercent Frequency Distribution of Community CommunityLos WagesSilvervillePoliticvilleSenate CityRed 67%100.00%Graph ofPercent Frequency Distribution Charts The reports and plots are now sorted by count, high to low. Note that the plots follow the table because of theCategory Order setting on the Plots tab. This setting can be changed to make the plots different from the reports.500-4 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesExample 2 – Multinomial TestSetupTo run this example, complete the following steps:1Open the Resale example dataset From the File menu of the NCSS Data window, select Open Example Data. Select Resale and click OK.2Specify the Frequency Tables procedure options Find and open the Frequency Tables 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 loadthis template, click Open Example Template in the Help Center or File menu.OptionValueVariables TabType of Data Input . Column(s) in the DatabaseCategorical Variables . StateReports TabFrequency Distribution Table Report . CheckedMultinomial Test Report . CheckedExpected Values . 60 40Report Options (in the Toolbar)Variable Labels . Column LabelsData Labels . Value Labels3Run the procedure Click the Run button to perform the calculations and generate the output.OutputFrequency Distribution of State ph ofPercent Multinomial Test of State hi-SquareAmount0.04440.0667Chi-Square 0.1111 with df 1 Probability Level 0.738883The first table is the standard frequency table. The second table presents the results of the multinomial test. Notethat in this case, the test is not significant.500-5 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesCountThe number of observations (rows) in which the variable has the value reported on this line. This is the value ofOi.Expected CountThe number of observations (rows) that would be obtained if the hypothesized proportions were followed exactly.This is the value of Ei.Actual PercentThe percent that this category is of the total.Expected PercentThe percentage that this category would have if the hypothesized proportions were followed exactly.Chi-Square AmountThe amount that this line contributes to the Chi-square statistic. This is equal toCS i2Oi E i )( Eiwhere Oi is the actual count and Ei is the expected count of the ith category.Chi-SquareThis is the value of the chi-square test statistic.k(Oi Ei )2i 1Eiχ 2k 1 dfThe degrees of freedom of the above test statistic. This is equal to the number of categories minus one.Probability LevelThis is the significance level of the multinomial test. If you are testing at an alpha of 0.05, you would reject thenull hypothesis that the hypothesized proportions are true if this value is less than 0.05.500-6 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesExample 3 – Frequency Tables and Multinomial Tests fromSummary DataUsing the same variables and data as in Example 2, an alternate way to enter the data for this procedure is to enterthe counts for each category directly. This is done by setting Type of Data Input to Table of Counts.SetupTo run this example, complete the following steps:1Specify the Frequency Tables procedure options Find and open the Frequency Tables 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 loadthis template, click Open Example Template in the Help Center or File menu.OptionValueVariables TabType of Data Input . Table of CountsCategories (Rows) . 2Variables (Columns) . 1Table of CountsVariable 1 Label . StateCategory 1 Label . NevadaCategory 2 Label . VirginiaCategory 1 Count. 88Category 2 Count. 62Reports TabFrequency Distribution Table Report . CheckedMultinomial Test Report . CheckedExpected Values . 60 402Run the procedure Click the Run button to perform the calculations and generate the output.500-7 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesOutputFrequency Distribution of State ph ofPercent Multinomial Test of State hi-SquareAmount0.04440.0667Chi-Square 0.1111 with df 1 Probability Level 0.738883The output is exactly the same as in Example 2.500-8 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesExample 4 – Tables and Two-Factor Bar Charts of Counts andPercentages Across VariablesThis example will show how to obtain some of the other table formats that are available from this procedure. Thedata for this example are found in the Resale dataset.SetupTo run this example, complete the following steps:1Open the Resale example dataset From the File menu of the NCSS Data window, select Open Example Data. 2Select Resale and click OK.Specify the Frequency Tables procedure options Find and open the Frequency Tables procedure using the menus or the Procedure Navigator. The settings for this example are listed below and are stored in the Example 4a settings template. To loadthis template, click Open Example Template in the Help Center or File menu.OptionValueVariables TabType of Data Input . Column(s) in the DatabaseCategorical Variables . Garage-Fireplace,BrickReports TabFrequency Distribution Table Report . UncheckedCounts Table . CheckedRow Percentages Table . CheckedColumn Percentages Table . CheckedTable Percentages Table . CheckedReport Options (in the Toolbar)Variable Labels . Column LabelsData Labels . Value Labels3Run the procedure Click the Run button to perform the calculations and generate the output.500-9 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesOutputCounts Table 0150450Row Percentages Table %100.0%100.0%33.3%33.3%33.3%100.0%Column Percentages Table otal100.0%100.0%100.0%100.0%Table Percentages Table %33.3%33.3%33.3%100.0%500-10 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesTwo-Factor Bar Charts Across Variables This report presents tables containing counts and various percentages for all the variables selected. It alsoprovides two-way bar charts of the counts and percentages.An alternate way to enter this summarized data is to set Type of Data Input to Table of Counts and enter thetitles, labels, and counts into the table on the input window.4Modify the Data Input Type The settings for this section are listed below and are stored in the Example 4b settings template. To loadthis template, click Open Example Template in the Help Center or File menu.OptionValueVariables TabType of Data Input . Table of CountsCategories (Rows) . 5Variables (Columns) . 3Table of Counts . Enter Labels and Counts from the Counts Table5Run the procedure Click the Run button to perform the calculations and generate the output.The output will be exactly the same as that displayed above.500-11 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesExample 5 – Combined TableThis example will show how to obtain a combined table of various counts and percentages. The data for thisexample are found in the Resale dataset.SetupTo run this example, complete the following steps:1Open the Resale example dataset From the File menu of the NCSS Data window, select Open Example Data. 2Select Resale and click OK.Specify the Frequency Tables procedure options Find and open the Frequency Tables procedure using the menus or the Procedure Navigator. The settings for this example are listed below and are stored in the Example 5a settings template. To loadthis template, click Open Example Template in the Help Center or File menu.OptionValueVariables TabType of Data Input . Column(s) in the DatabaseCategorical Variables . Garage-Fireplace,BrickReports TabFrequency Distribution Table Report . UncheckedShow Combined Table . CheckedCounts . CheckedRow Percentages . CheckedColumn Percentages . CheckedTable Percentages . CheckedReport Options (in the Toolbar)Variable Labels . Column LabelsData Labels . Value Labels3Run the procedure Click the Run button to perform the calculations and generate the output.500-12 NCSS, LLC. All Rights Reserved.

NCSS Statistical SoftwareNCSS.comFrequency TablesOutputCombined Table VariablesValues0Count% within Row% within Column% of 1.6%0.5Count% within Row% within Column% of 7100.0%10.4%10.4%1Count% within Row% within Column% of %11.6%228100.0%50.7%50.7%2Count% within Row% within Column% of 76100.0%16.9%16.9%3Count% within Row% within Column% of .0%0.4%0.4%TotalCount% within Row% within Column% of %100.0%33.3%450100.0%100.0%100.0%This report presents a single table that combines the counts and percentages of all variables selected.An alternate way to enter this summarized data is to set Type of Data Input to Table of Counts and enter thetitles, labels, and counts into the table on the input window.4Modify the Data Input Type The settings for this section are listed below and are stored in the Example 4b settings template. To loadthis template, click Open Example Template in the Help Center or File menu.OptionValueVariables TabType of Data Input . Table of CountsCategories (Rows) . 5Variables (Columns) . 3Table of Counts . Enter Labels and Counts from the Combined Table5Run the procedure Click the Run button to perform the calculations and generate the output.The output will be exactly the same as that displayed above.500-13 NCSS, LLC. All Rights Reserved.

Frequency Tables Frequency tables are generally produced on individual variables. For categorical data, the table records the number of observations (the frequency) for each unique value of the variable. For continuous data, you must specify a set of intervals (or bins). The frequency tabl

Related Documents:

NCSS Statistical Software NCSS.com Principal Components Analysis NCSS- . NCSS

NCSS Statistical Software NCSS.com C Charts 258-3 NCSS, LLC. All Rights Reserved. is one sigma wide and is labeled A, B, or C, with the C zone being the closest to .

Part One: Heir of Ash Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7 Chapter 8 Chapter 9 Chapter 10 Chapter 11 Chapter 12 Chapter 13 Chapter 14 Chapter 15 Chapter 16 Chapter 17 Chapter 18 Chapter 19 Chapter 20 Chapter 21 Chapter 22 Chapter 23 Chapter 24 Chapter 25 Chapter 26 Chapter 27 Chapter 28 Chapter 29 Chapter 30 .

TO KILL A MOCKINGBIRD. Contents Dedication Epigraph Part One Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7 Chapter 8 Chapter 9 Chapter 10 Chapter 11 Part Two Chapter 12 Chapter 13 Chapter 14 Chapter 15 Chapter 16 Chapter 17 Chapter 18. Chapter 19 Chapter 20 Chapter 21 Chapter 22 Chapter 23 Chapter 24 Chapter 25 Chapter 26

Standards for Social Studies, which described what NCSS expected pre-K-12 learners should know and be able to do through ten thematic standards (NCSS, 1994). While the 2016 committee continued the efforts of previous committees, the five standards and twenty-one

3. CNCT or RNCST certification required, plus training in performing advanced NCSs. A minimum of 4 years as a CNCT or RNCST performing NCSs in the patient setting, with at least a total of 5 years of experience in performing NCSs, and may have experience in the ICU. 4. Meets CPR certi

NCSS Statistical Software NCSS.com Scatter Plots with Error Bars 165-3 NCSS, LLC. All Rights Reserved. Y a

Tulang rawan yang paling banyak dijumpai pada orang dewasa. Lokasi : - Ujung ventral iga - Larynx,trachea, bronchus - Permukaan sendi tulang - Pada janin & anak yg sedang tumbuh pada lempeng epifisis Matriks tulang rawan hilain mengandung kolagen tipe II, meskipun terdapat juga sejumlah kecil kolagen tipe IX, X, XI dan tipe lainnya. Proteoglikan mengandung kondroitin 4-sulfat, kondroitin 6 .