Brm lab file
Brm lab file
1
01118401722
GGSIPU
Table of Contents
SPSS
Defining Variables 3 3
Importing of Data 3 3
Sort Cases and Select Cases 4 4
Recoding Variables 4 4
Computing Variables 5 4
Creating and Saving Output 5 5
Frequencies 6 6
Descriptives Statistics 7 7
T Test 7 9
Chi Square Test 9 10
Z Test 10 11
Cross Tabs 11 11
Correlation 12 12
Scatter Plot 12 13
Saving File 13 13
Excel
Worksheet 14 14
Basic Cell Formatting 14 15
Cell Referencing 15 16
Logical Functions 17 19
Statistical Formulas 19 23
Advance Excel
V look up 23 23
H/X look up 24 24
Pivot Table 24 25
Pivot Chart 25 26
Data Analysis 26 27
Data Visualisation 27 28
2
SPSS
I. Defining the variables
In SPSS, data can be defined in the variable view in SPSS datasheet and the
data is shown in the data view
3
III. Sort Cases
Data>sort cases>sort by>sort order>ok
4
V. Computing the variables
Transform > compute variables > enter value > enter formula > ok
5
VII. Frequencies
Analyse>descriptive statistics>frequencies>select variable>ok
6
VIII. Descriptive Statistics
Analyse>descriptive statistics>descriptive>select variable>options>select
descriptive option mean, standard deviations, minimum,
maximum>continue>ok
7
IX. T – Test
One Sample
One sample- Analyse>compare means>one sample test>select test
variables>ok
8
Paired Sample
Paired- Analyse>compare means>paired sample test>select test
variables>ok
9
X. Chi – Square Test
Analyse>descriptive statistics>cross tabs>select rows and
columns>statistics>chi square>continue>ok
10
XI. Z – Test
Analyse > Descriptive Statistics > Descriptives > Define Variables > Options
> Ok
11
XII. Crosstabs
Analyse>descriptive statistics>cross tabs>select row and column>ok
12
XIII. Correlation
Analyse>correlate>bivariate>select variables>Pearson>ok
13
XV. Saving of file
File>Save data as>save
14
EXCEL
I. Worksheet in excel
Worksheet is defined as the set of rows and columns and the intersecting area
between the rows and columns are known as cells in the table. To open a
worksheet, go to MS Excel > Blank workbook > ok.
15
To apply cell formatting go to home tab > cell section > format cells. The cell
dialogue box appears, here you can change the design of cells as well as format
the contents in the cells.
For relative cell referencing select the cell E3 > enter the formula =C3*D3 and
click ok, for referencing further drag down from D3 to D8. By default, all cell
16
references are relative references. Relative references are especially convenient
whenever you need to repeat the same calculation across multiple rows or
columns.
Unlike relative references, absolute references do not change when copied or filled.
You can use an absolute reference to keep a row and/or column constant. An absolute
reference is designated in a formula by the addition of a dollar sign ($) before the
column and row.
In mixed referencing, there is both the use of absolute and mixed cell
referencing.
17
IV. Logical Functions
These are the functions that are logical in nature and the data is
interpreted on the basis of “yes” & “no” or in the form of “TRUE” and
“FALSE”.
And
The AND Function in excel is a logical function that tests multiple conditions and
returns “true” or “false” depending on whether they are met or not. The
formula of AND function is “=AND (logical1, [logical2] …),”
IF
The IF function in Excel performs a logical comparison between two values. The
result of the IF function is either TRUE or FALSE.: =IF(A1>B2; “TRUE”;
“FALSE”). Format.
18
OR
The OR function is a logical function that determines if at least
one condition is true from multiple criteria. Even if only one
condition is true, that value passes the test. Like OR(B2>B4,
B5<B6).
19
NOT
The function helps check if one value is not equal to another. If
we give TRUE, it will return FALSE and when given FALSE, it will
return TRUE. So, basically, it will always return a reverse logical
value.
V. Statistical Formulas
These are the various mathematical formulas that used various types of
data and can be easily interpreted. These are as follows: MIN, MAX,
AVERAGE, SUM, COUNTIF, COUNTBLANK, MEDIAN & MODE.
Average/Mean
20
SUM
Minimum
21
Maximum
Median
22
Mode
Count blank
23
Count if
VI. VLOOKUP
24
It is called the vertical lookup that helps to find a specific value by searching it
across the sheet vertically or across the rows.
VII. XLOOKUP
25
IX. Pivot Chart
A PivotChart is a graphical representation of data from a PivotTable. It
allows you to visualize and analyse data dynamically, providing a visual
representation of the summarized information in your PivotTable.
Insert > Pivot Chart > Select the table Range > Define the variables > Ok
26
X. Data Analysis
Data analysis in Excel involves using various tools and functions to explore,
clean, and derive insights from your data.
Minimum, maximum, Sum, Average, Standard Deviation, Skewness, Range,
Count, etc.
27
28
XI. Data Visualization
Data visualization in Excel is a powerful way to convey insights, trends, and
patterns in your data. Excel offers a variety of tools for creating charts and
graphs to represent your data visually.
Insert > Charts >
Histogram, Pie Charts, Bar Graphs Scatter Plots, etc. helps to visualise and
analyse the data more efficiently.
29
30