Brief Concept of Statistical Softwares
Brief Concept of Statistical Softwares
There are many softwares to perform statistical analysis and visualization of data. Some of them are SAS (System for Statistical Analysis), S-plus, R, Matlab, Minitab, BMDP, Stata, SPSS, StatXact, Statistica, LISREL, JMP, GLIM, HIL, MS Excel etc. We will discuss MS Excel and SPSS in brief. Some useful websites for more information of statistical softwareshttp://www.galaxy.gmu.edu/papers/astr1.html http://ourworld.compuserve.com/homepages/Rainer_Wuerlaender/ statsoft.htm#archiv http://www.R-project.org
Microsoft Excel
A Spreadsheet Application. It features calculation, graphing tools, pivot tables and a macro programming language called VBA (Visual Basic for Applications). There are many versions of MS-Excel. Excel XP, Excel 2003, Excel 2007 are capable of performing a number of statistical analyses. Starting MS Excel: Double click on the Microsoft Excel icon on the desktop or Click on Start --> Programs --> Microsoft Excel. Worksheet: Consists of a multiple grid of cells with numbered rows down the page and alphabetically-tilted columns across the page. Each cell is referenced by its coordinates. For example, A3 is used to refer to the cell in column A and row 3. B10:B20 is used to refer to the range of cells in column B and rows 10 through 20.
Microsoft Excel
Opening a document: File Open (From a existing workbook). Change the directory area or drive to look for file in other locations. Creating a new workbook: FileNewBlank Document Saving a File: FileSave Selecting more than one cell: Click on a cell e.g. A1), then hold the Shift key and click on another (e.g. D4) to select cells between and A1 and D4 or Click on a cell and drag the mouse across the desired range. Creating Formulas: 1. Click the cell that you want to enter the formula, 2. Type = (an equal sign), 3. Click the Function Button, 4. Select the formula you want and step through the on-screen instructions.
fx
Microsoft Excel
Entering Date and Time: Dates are stored as MM/DD/YYYY. No need to enter in that format. For example, Excel will recognize jan 9 or jan-9 as 1/9/2007 and jan 9, 1999 as 1/9/1999. To enter todays date, press Ctrl and ; together. Use a or p to indicate am or pm. For example, 8:30 p is interpreted as 8:30 pm. To enter current time, press Ctrl and : together. Copy and Paste all cells in a Sheet: Ctrl+A for selecting, Ctrl +C for copying and Ctrl+V for Pasting. Sorting: Data Sort Sort By Descriptive Statistics and other Statistical methods: ToolsData Analysis Statistical method. If Data Analysis is not available then click on Tools Add-Ins and then select Analysis ToolPack and Analysis toolPack-Vba
Microsoft Excel
Statistical and Mathematical Function: Start with = sign and then select function from function wizard f x . Inserting a Chart: Click on Chart Wizard (or InsertChart), select chart, give, Input data range, Update the Chart options, and Select output range/ Worksheet. Importing Data in Excel: File open FileType Click on File Choose Option ( Delimited/Fixed Width) Choose Options (Tab/ Semicolon/ Comma/ Space/ Other) Finish. Limitations: Excel uses algorithms that are vulnerable to rounding and truncation errors and may produce inaccurate results in extreme cases.
VIEW
DATA
TRANSFORM
When a table has been created by a statistical procedure, the user can edit the table to create a desired look or add/delete information. Beginning with version 14.0, the user has a choice of editing the table in the Output or opening it in a separate Pivot Table (DEFINE!) window. Various pulldown menus are activated when the user double clicks on the table. These include:
EDIT undo and redo a pivot, select a table or table body (e.g., to change the font) used to insert titles, captions and footnotes used to perform a pivot of the row and column variables various modifications can be made to tables and cells
Exporting Data to Excel click on FILE SAVE AS. Click on the File Name for the file to be exported. For the Save as Type select from the pull-down menu Excel (*.xls). You will notice the checkbox for write variable names to spreadsheet. Leave this checked as you will want the variable names to be in the first row of each column in the Excel spreadsheet. Finally, click on Save.
1. Open the data file (from the menus, click on FILE OPEN DATA) of interest. 2. From the menus, click on ANALYZE DESCRIPTIVE STATISTICS FREQUENCIES 3. The FREQUENCIES Dialog Box will appear. In the left-hand box will be a listing ("source variable list") of all the variables that have been defined in the data file. The first step is identifying the variable(s) for which you want to run a frequency analysis. Click on a variable name(s). Then click the [ > ] pushbutton. The variable name(s) will now appear in the VARIABLE[S]: box ("selected variable list"). Repeat these steps for each variable of interest. 4. If all that is being requested is a frequency table showing count, percentages (raw, adjusted and cumulative), then click on OK.
Descriptive and summary STATISTICS can be requested for numeric variables. To request Statistics:
1. From the FREQUENCIES Dialog Box, click on the STATISTICS... pushbutton. 2. This will bring up the FREQUENCIES: STATISTICS Dialog Box.
3. The STATISTICS Dialog Box offers the user a variety of choices: DESCRIPTIVES
The DESCRIPTIVES procedure can be used to generate descriptive statistics (click on ANALYZE DESCRIPTIVE STATISTICS DESCRIPTIVES). The procedure offers many of the same statistics as the FREQUENCIES procedure, but without generating frequency analysis tables.
1. From the ANALYZE pull-down menu, click on DESCRIPTIVE STATISTICS CROSSTABS. 2. The CROSSTABS Dialog Box will then open.
3. From the variable selection box on the left click on a variable you wish to designate as the Row variable. The values (codes) for the Row variable make up the rows of the crosstabs table. Click on the arrow (>) button for Row(s). Next, click on a different variable you wish to designate as the Column variable. The values (codes) for the Column variable make up the columns of the crosstabstable. Click on the arrow (>) button for Column(s). 4. You can specify more than one variable in the Row(s) and/or Column(s). A cross table will be generated for each combination of Row and Column variables