SlideShare uma empresa Scribd logo
1 de 102
INFERENTIAL STATISTICS
Dr. Dalia El-Shafei
Assist.Prof., Community Medicine Department, Zagazig University
http://www.slideshare.net/daliaelshafei
Definition of statistics :
Branch of mathematics concerned with:
Collection, Summarization, Presentation, Analysis,
and Interpretation of data.
Collection Summarization Presentation Analysis Interpretation
TYPES OF STATISTICS
• Describe or summarize the data
of a target population.
• Describe the data which is
already known.
• Organize, analyze & present
data in a meaningful manner.
• Final results are shown in
forms of tables and graphs.
• Tools: measures of central
tendency & dispersion.
Descriptive
• Use data to make inferences or
generalizations about population.
• Make conclusions for population
that is beyond available data.
• Compare, test and predicts future
outcomes.
• Final results is the probability
scores.
• Tools: hypothesis tests
Inferential
INFERENCE
Inference involves making a generalization about a larger group of
individuals on the basis of a subset or sample.
Inferential statistics
Hypothesis testing
Hypothesis
formulation
Null
hypothesis
“H0”
Alternative
hypothesis
“H1”
Set level of
significance
α error
Choosing
test
Quantitative
data
Qualitative
data
Decision
approach
p-value
Critical value
Decision
Accept H0
Reject H0
Estimation
Point
estimate
Interval estimate
“Confidence
interval”
CONFIDENCE LEVEL & INTERVAL “INTERVAL ESTIMATE”
Confidence
interval
“Interval
estimate”
• The range of values that is used to
estimate the true value of the
population parameter.
Confidence
Level
• The probability that the confidence
interval does, in fact, contain the
true population parameter, assuming
that the estimation process is
repeated many times (1−𝛼).
HYPOTHESIS TESTING
To find out whether the observed variation among sampling is
explained by sampling variations, chance or is really a difference
between groups.
The method of assessing the hypotheses testing is known as
“significance test”.
Significance testing is a method for assessing whether a result is
likely to be due to chance or due to a real effect.
NULL & ALTERNATIVE HYPOTHESES:
 In hypotheses testing, a specific hypothesis is formulated & data is
collected to accept or to reject it.
 Null hypotheses means: H0: x1=x2 this means that there is no
difference between x1 & x2.
 If we reject the null hypothesis, i.e there is a difference between the
2 readings, it is either H1: x1< x2 or H2: x1> x2
 Null hypothesis is rejected because x1 is different from x2.
Compared the smoking cessation rates for smokers randomly
assigned to use a nicotine patch versus a placebo patch.
Null hypothesis: Smoking cessation rate in nicotine patch group =
smoking cessation rate in placebo patch group.
Alternative hypothesis: Smoking cessation rate in nicotine patch
group ≠ smoking cessation rate in placebo patch group (2 tailed) OR
smoking cessation rate in nicotine patch group is higher than smoking
cessation rate in placebo patch group (1 tailed).
DECISION ERRORS
Type I error “α” = False +ve = Rejection of true H0
Type II error “β” = False –ve = Accepting false H0
In statistics, there are 2 ways to determine whether the evidence is likely or
unlikely given the initial assumption:
 Critical value approach (favored in many of the older textbooks).
 P-value approach (what is used most often in research, journal articles, and
statistical software).
 If the data are not consistent with the null hypotheses, the difference is
said to be “statistically significant”.
 If the data are consistent with the null hypotheses it is said that we accept
it i.e. statistically insignificant.
 In medicine, we usually consider that differences are significant if the
probability is <0.05.
 This means that if the null hypothesis is true, we shall make a wrong decision
<5 in a 100 times.
CRITICAL VALUE
CRITICAL VALUE
A point on the test distribution that is compared to the test statistic to
determine whether to reject the null hypothesis.
If the absolute value of your test statistic is greater than the
critical value, you can declare statistical significance and reject the
null hypothesis.
Critical values correspond to α, so their values become fixed when
you choose the test's α.
Critical Value is the z-score that separates sample statistics likely to occur
from those unlikely to occur. The number 𝑍𝛼⁄2 is the z-score that separates a
region of 𝛼⁄2 from the rest of the standard normal curve
TESTS OF SIGNIFICANCE
Tests of significance
Quantitative variables
1 Mean
One
sample Z-
test
One
sample t-
test
2 Means
Large
sample
“>30”
Z-test
Small sample “<30”
t-test
Paired t-
test
>2 Means
ANOVA
Qualitative
variables
X2 test
Proportion
Z-test
ANALYSIS OF QUANTITATIVE
VARIABLES
Tests of significance
Quantitative variables
1 Mean
One
sample Z-
test
One
sample t-
test
2 Means
Large
sample
“>30”
Z-test
Small sample “<30”
t-test
Paired t-
test
>2 Means
ANOVA
Qualitative
variables
X2 test
Proportion
Z-test
Z TEST OR SND
“STANDARD NORMAL DEVIATE”
Z TEST OR SND STANDARD NORMAL DEVIATE
 Used for Comparing 2 means of large samples (>60) using the
normal distribution.
Student’s t-test
STUDENT'S T-TEST
 Used for Comparing two means of small samples (<60) by the t
distribution instead of the normal distribution.
UNPAIRED T-TEST
 X1= mean of the 1st sample X2=mean of the 2nd sample
 n1= sample size of the 1st sample n2= sample size of the 2nd sample
 SD1= SD of the 1st sample SD2 = SD of the 2nd sample.
 Degree of freedom (df) = (n1+n2)-2
STUDENT'S T-TEST
 The value of t will be compared to values in the specific table of "t
distribution test" at the value of the degree of freedom.
 If the calculated value of t is less than that in the table, then the difference
between samples is insignificant.
 If the calculated t value is larger than that in the table so the difference is
significant i.e. the null hypothesis is rejected.
Big t-value
Small P-
value
Statistical
significance
STUDENT'S T-TEST
Calculated t (1.75) < Tabulated t (3.182), then the difference between samples is
insignificant. i.e. Null hypothesis is accepted.
Suppose that you calculate t test= 1.75
Suppose that df = 3
PAIRED T-TEST
Comparing repeated observation in the same individual or difference
between paired data.
The analysis is carried out using the mean & SD of the difference
between each pair.
ANALYSIS OF VARIANCE
(ANOVA)
 Used for Comparing several means.
 To compare >2 means, this can be done by use of several t-tests that can
consume more time & lead to spurious significant results. So, we must use
analysis of variance or ANOVA.
ANALYSIS OF VARIANCE (ANOVA)
There are two main types:
• When the subgroups to be compared are defined by just one factor
• Comparison between means of blood glucose levels among 3 groups of
diabetic patients (1st group was on insulin, 2nd group was on oral
hypoglycemic drugs, & 3rd group was on lifestyle modification)
One-way ANOVA
• When the subdivision is based upon more than one factor.
• The above-mentioned example the groups were divided into males & females.
Two-way ANOVA
The main idea in the ANOVA is that we have to take into account the variability
within the groups and between the groups and value of F is equal to the ratio
between the means sum square of between the groups and within the groups.
F = between-groups MS / within-groups MS.
ANALYSIS OF QUALITATIVE
VARIABLES
Tests of significance
Quantitative variables
1 Mean
One
sample Z-
test
One
sample t-
test
2 Means
Large
sample
“>30”
Z-test
Small sample “<30”
t-test
Paired t-
test
>2 Means
ANOVA
Qualitative
variables
X2 test
Proportion
Z-test
Chi -square test
CHI -SQUARE TEST
Test relationships between categorical independent variables.
Qualitative data are arranged in table formed by rows & columns.
Variables Obese Non-Obese Total
Diabetic 62 63 125
Non-diabetic 51 44 105
Total 113 107 220
O = Observed value in the table
E = Expected value
Expected (E) = Row total Χ Column total
Grand total
Degree of freedom =
(row - 1) (column - 1)
EXAMPLE HYPOTHETICAL STUDY
 Two groups of patients are treated using different spinal
manipulation techniques
 Gonstead vs. Diversified
 The presence or absence of pain after treatment is the outcome
measure.
 Two categories
 Technique used
 Pain after treatment
GONSTEAD VS. DIVERSIFIED EXAMPLE - RESULTS
Yes No Row Total
Gonstead 9 21 30
Diversified 11 29 40
Column Total 20 50 70
Grand Total
Technique
Pain after treatment
9 out of 30 (30%) still had pain after Gonstead treatment
and 11 out of 40 (27.5%) still had pain after Diversified,
but is this difference statistically significant?
 To find E for cell a (and similarly for the rest)
Yes No Row Total
Gonstead 9 21 30
Diversified 11 29 40
Column Total 20 50 70
Grand Total
Technique
Pain after treatment
Multiply row total
Times column total
Divide by grand total
FIRST FIND THE EXPECTED VALUES FOR EACH CELL
Expected (E) = Row total Χ Column total
Grand total
 Find E for all cells
Yes No Row Total
Gonstead
9
E = 30*20/70=8.6
21
E = 30*50/70=21.4
30
Diversified
11
E=40*20/70=11.4
29
E=40*50/70=28.6
40
Column Total 20 50 70
Grand
Total
Technique
Pain after treatment
 Use the Χ2
formula with each cell and then add them together
Χ2 = 0.0186 + 0.0168 + 0.0316 + 0.0056 = 0.0726
(9 - 8.6)2
8.6
(21 - 21.4)2
21.4
=
0.018
6
0.0168
(11 - 11.4)2
11.4
(29 - 28.6)2
28.6
0.031
6
0.0056
Evidence-based Chiropractic
Therefore, Χ
2
is not statistically significant
So, we will accept null hypothesis
Calculated χ2 value (0.0726) < Tabulated value (7.815)
at df = 1.
Z TEST FOR COMPARING 2
PERCENTAGES
“PROPORTION Z-TEST”
Z TEST FOR COMPARING 2 PERCENTAGES “PROPORTION Z-TEST”
p1=% in the 1st group. p2 = % in the 2nd group
q1=100-p1 q2=100-p2
n1= sample size of 1st group
n2=sample size of 2nd group .
Z test is significant (at 0.05 level) if the result >2.
Z= p1 – p2 /√(p1q1/n1 + p2q2/n2).
EXAMPLE
If the number of anemic patients in group 1 which includes 50 patients
is 5 and the number of anemic patients in group 2 which contains 60
patients is 20. if groups 1 & 2 are statistically different in prevalence of
anemia we calculate z test.
p1=5/50=10% p2=20/60=33% q1=100-10=90 q2=100-33=67
Z= 10 – 33/ √ (10x90/50 + 33x67/60)
Z= 23 / √ (18 + 36.85) Z= 23/ 7.4 Z= 3.1
So, there is statistically significant difference between percentages of
anemia in the studied groups (because Z>2).
CORRELATION & REGRESSION
CORRELATION & REGRESSION
Correlation measures the closeness of the association between 2
continuous variables, while Linear regression gives the equation of
the straight line that best describes & enables the prediction of one
variable from the other.
CORRELATION IS NOT CAUSATION!!!
LINEAR REGRESSION
Same as correlation
•Determine the relation & prediction of the
change in a variable due to changes in
other variable.
•t-test is also used for the assessment of the
level of significance.
Differ than correlation
•The independent factor has to be
specified from the dependent
variable.
•The dependent variable in linear
regression must be a continuous
one.
•Allows the prediction of dependent
variable for a particular independent
variable “But, should not be used
outside the range of original data”.
CORRELATION
 Measured by the correlation coefficient, r. The values of r ranges between +1
and -1.
 “1” means perfect correlation while “0” means no correlation.
 If r value is near the zero, it means weak correlation while near the one it
means strong correlation. The sign - and + denotes the direction of correlation
REGRESSION
LINEAR REGRESSION
 Used to determine the relation & prediction of the change in a
variable due to changes in another variable.
 For linear regression, the independent factor (x) must be specified
from the dependent variable (y).
 Also allows the prediction of dependent variable for a particular
independent variable
SCATTERPLOTS
 An X-Y graph with symbols that represent the values of 2 variables
Regression line
LINEAR REGRESSION
 However, regression for
prediction should not be used
outside the range of original
data.
 t-test is also used for the
assessment of the level of
significance.
 The dependent variable in
linear regression must be a
continuous one.
MULTIPLE LINEAR REGRESSION
 The dependency of a dependent variable on several independent
variables, not just one.
 Test of significance used is the ANOVA. (F test).
EXAMPLE
 If neonatal birth weight depends on these factors: gestational age, length of
baby and head circumference. Each factor correlates significantly with baby
birth weight (i.e has +ve linear correlation).
 We can do multiple regression analysis to obtain a mathematical equation by
which we can predict the birth weight of any neonate if we know the values of
these factors.
Inferential statistics
Inferential statistics

Mais conteúdo relacionado

Mais procurados (20)

Hypothesis Testing
Hypothesis TestingHypothesis Testing
Hypothesis Testing
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Z-test
Z-testZ-test
Z-test
 
Non-Parametric Tests
Non-Parametric TestsNon-Parametric Tests
Non-Parametric Tests
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Chi square
Chi squareChi square
Chi square
 
Statistical inference
Statistical inferenceStatistical inference
Statistical inference
 
Anova, ancova
Anova, ancovaAnova, ancova
Anova, ancova
 
SIGN TEST SLIDE.ppt
SIGN TEST SLIDE.pptSIGN TEST SLIDE.ppt
SIGN TEST SLIDE.ppt
 
Types of Statistics
Types of StatisticsTypes of Statistics
Types of Statistics
 
Parametric Test
Parametric TestParametric Test
Parametric Test
 
1.2 types of data
1.2 types of data1.2 types of data
1.2 types of data
 
Variability
VariabilityVariability
Variability
 
Testing Hypothesis
Testing HypothesisTesting Hypothesis
Testing Hypothesis
 
Estimation and hypothesis testing 1 (graduate statistics2)
Estimation and hypothesis testing 1 (graduate statistics2)Estimation and hypothesis testing 1 (graduate statistics2)
Estimation and hypothesis testing 1 (graduate statistics2)
 
Standard error
Standard error Standard error
Standard error
 
Basics stat ppt-types of data
Basics stat ppt-types of dataBasics stat ppt-types of data
Basics stat ppt-types of data
 
T distribution | Statistics
T distribution | StatisticsT distribution | Statistics
T distribution | Statistics
 
Statistical ppt
Statistical pptStatistical ppt
Statistical ppt
 

Semelhante a Inferential statistics

Epidemiological study design and it's significance
Epidemiological study design and it's significanceEpidemiological study design and it's significance
Epidemiological study design and it's significanceGurunathVhanmane1
 
tests of significance
tests of significancetests of significance
tests of significancebenita regi
 
Parametric tests
Parametric testsParametric tests
Parametric testsheena45
 
Assessment 3 ContextYou will review the theory, logic, and a.docx
Assessment 3 ContextYou will review the theory, logic, and a.docxAssessment 3 ContextYou will review the theory, logic, and a.docx
Assessment 3 ContextYou will review the theory, logic, and a.docxgalerussel59292
 
Statistical analysis.pptx
Statistical analysis.pptxStatistical analysis.pptx
Statistical analysis.pptxChinna Chadayan
 
ANOVA_PDF.pdf biostatistics course material
ANOVA_PDF.pdf biostatistics course materialANOVA_PDF.pdf biostatistics course material
ANOVA_PDF.pdf biostatistics course materialAmanuelIbrahim
 
Testing hypothesis (methods of testing the statement of organizations)
Testing hypothesis (methods of testing the statement of organizations)Testing hypothesis (methods of testing the statement of organizations)
Testing hypothesis (methods of testing the statement of organizations)syedahadisa929
 
Parametric tests seminar
Parametric tests seminarParametric tests seminar
Parametric tests seminardrdeepika87
 
Lecture-6 (t-test and one way ANOVA.ppt
Lecture-6 (t-test and one way ANOVA.pptLecture-6 (t-test and one way ANOVA.ppt
Lecture-6 (t-test and one way ANOVA.pptMohammedAbdela7
 
univariate and bivariate analysis in spss
univariate and bivariate analysis in spss univariate and bivariate analysis in spss
univariate and bivariate analysis in spss Subodh Khanal
 
MPhil clinical psy Non-parametric statistics.pptx
MPhil clinical psy Non-parametric statistics.pptxMPhil clinical psy Non-parametric statistics.pptx
MPhil clinical psy Non-parametric statistics.pptxrodrickrajamanickam
 
Chi square test social research refer.ppt
Chi square test social research refer.pptChi square test social research refer.ppt
Chi square test social research refer.pptSnehamurali18
 
Basics of biostatistic
Basics of biostatisticBasics of biostatistic
Basics of biostatisticNeurologyKota
 
Test of-significance : Z test , Chi square test
Test of-significance : Z test , Chi square testTest of-significance : Z test , Chi square test
Test of-significance : Z test , Chi square testdr.balan shaikh
 

Semelhante a Inferential statistics (20)

Epidemiological study design and it's significance
Epidemiological study design and it's significanceEpidemiological study design and it's significance
Epidemiological study design and it's significance
 
Test of significance
Test of significanceTest of significance
Test of significance
 
tests of significance
tests of significancetests of significance
tests of significance
 
Parametric tests
Parametric testsParametric tests
Parametric tests
 
Assessment 3 ContextYou will review the theory, logic, and a.docx
Assessment 3 ContextYou will review the theory, logic, and a.docxAssessment 3 ContextYou will review the theory, logic, and a.docx
Assessment 3 ContextYou will review the theory, logic, and a.docx
 
Parametric Test.pptx
Parametric Test.pptxParametric Test.pptx
Parametric Test.pptx
 
K.A.Sindhura-t,z,f tests
K.A.Sindhura-t,z,f testsK.A.Sindhura-t,z,f tests
K.A.Sindhura-t,z,f tests
 
Statistical analysis.pptx
Statistical analysis.pptxStatistical analysis.pptx
Statistical analysis.pptx
 
ANOVA_PDF.pdf biostatistics course material
ANOVA_PDF.pdf biostatistics course materialANOVA_PDF.pdf biostatistics course material
ANOVA_PDF.pdf biostatistics course material
 
Testing hypothesis (methods of testing the statement of organizations)
Testing hypothesis (methods of testing the statement of organizations)Testing hypothesis (methods of testing the statement of organizations)
Testing hypothesis (methods of testing the statement of organizations)
 
Hypothesis
HypothesisHypothesis
Hypothesis
 
Parametric tests seminar
Parametric tests seminarParametric tests seminar
Parametric tests seminar
 
Lecture-6 (t-test and one way ANOVA.ppt
Lecture-6 (t-test and one way ANOVA.pptLecture-6 (t-test and one way ANOVA.ppt
Lecture-6 (t-test and one way ANOVA.ppt
 
univariate and bivariate analysis in spss
univariate and bivariate analysis in spss univariate and bivariate analysis in spss
univariate and bivariate analysis in spss
 
MPhil clinical psy Non-parametric statistics.pptx
MPhil clinical psy Non-parametric statistics.pptxMPhil clinical psy Non-parametric statistics.pptx
MPhil clinical psy Non-parametric statistics.pptx
 
Nonparametric and Distribution- Free Statistics _contd
Nonparametric and Distribution- Free Statistics _contdNonparametric and Distribution- Free Statistics _contd
Nonparametric and Distribution- Free Statistics _contd
 
Chi square test social research refer.ppt
Chi square test social research refer.pptChi square test social research refer.ppt
Chi square test social research refer.ppt
 
Basics of biostatistic
Basics of biostatisticBasics of biostatistic
Basics of biostatistic
 
Statistical analysis
Statistical  analysisStatistical  analysis
Statistical analysis
 
Test of-significance : Z test , Chi square test
Test of-significance : Z test , Chi square testTest of-significance : Z test , Chi square test
Test of-significance : Z test , Chi square test
 

Mais de Dalia El-Shafei

Mais de Dalia El-Shafei (20)

Occupational & Environmental Medicine (3).pdf
Occupational & Environmental Medicine (3).pdfOccupational & Environmental Medicine (3).pdf
Occupational & Environmental Medicine (3).pdf
 
Occupational & Environmental Medicine (2).pdf
Occupational & Environmental Medicine (2).pdfOccupational & Environmental Medicine (2).pdf
Occupational & Environmental Medicine (2).pdf
 
Occupational & Environmental Medicine (1).pdf
Occupational & Environmental Medicine (1).pdfOccupational & Environmental Medicine (1).pdf
Occupational & Environmental Medicine (1).pdf
 
Patient safety.pptx
Patient safety.pptxPatient safety.pptx
Patient safety.pptx
 
Radiation
RadiationRadiation
Radiation
 
How to find information on the internet
How to find information on the internetHow to find information on the internet
How to find information on the internet
 
Toxic gases
Toxic gasesToxic gases
Toxic gases
 
Occupational health
Occupational healthOccupational health
Occupational health
 
THERAPEUTIC DIET
THERAPEUTIC DIETTHERAPEUTIC DIET
THERAPEUTIC DIET
 
Malnutrition
MalnutritionMalnutrition
Malnutrition
 
Nutrition and Adequate diet
Nutrition and Adequate dietNutrition and Adequate diet
Nutrition and Adequate diet
 
Nutrition and food constituents
Nutrition and food constituentsNutrition and food constituents
Nutrition and food constituents
 
Scientific Research
Scientific ResearchScientific Research
Scientific Research
 
EBM
EBMEBM
EBM
 
Sampling
SamplingSampling
Sampling
 
Workplace Mental Health (WMH)
Workplace Mental Health (WMH) Workplace Mental Health (WMH)
Workplace Mental Health (WMH)
 
Environment air pollution
Environment air pollutionEnvironment air pollution
Environment air pollution
 
Statistic in research
Statistic in researchStatistic in research
Statistic in research
 
Behavioral science
Behavioral scienceBehavioral science
Behavioral science
 
Waste management
Waste managementWaste management
Waste management
 

Último

Control of Local Blood Flow: acute and chronic
Control of Local Blood Flow: acute and chronicControl of Local Blood Flow: acute and chronic
Control of Local Blood Flow: acute and chronicMedicoseAcademics
 
Kolkata Call Girls Shobhabazar 💯Call Us 🔝 8005736733 🔝 💃 Top Class Call Gir...
Kolkata Call Girls Shobhabazar  💯Call Us 🔝 8005736733 🔝 💃  Top Class Call Gir...Kolkata Call Girls Shobhabazar  💯Call Us 🔝 8005736733 🔝 💃  Top Class Call Gir...
Kolkata Call Girls Shobhabazar 💯Call Us 🔝 8005736733 🔝 💃 Top Class Call Gir...Namrata Singh
 
Kolkata Call Girls Naktala 💯Call Us 🔝 8005736733 🔝 💃 Top Class Call Girl Se...
Kolkata Call Girls Naktala  💯Call Us 🔝 8005736733 🔝 💃  Top Class Call Girl Se...Kolkata Call Girls Naktala  💯Call Us 🔝 8005736733 🔝 💃  Top Class Call Girl Se...
Kolkata Call Girls Naktala 💯Call Us 🔝 8005736733 🔝 💃 Top Class Call Girl Se...Namrata Singh
 
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptxANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptxSwetaba Besh
 
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...Cara Menggugurkan Kandungan 087776558899
 
ANATOMY AND PHYSIOLOGY OF RESPIRATORY SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF RESPIRATORY SYSTEM.pptxANATOMY AND PHYSIOLOGY OF RESPIRATORY SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF RESPIRATORY SYSTEM.pptxSwetaba Besh
 
Circulatory Shock, types and stages, compensatory mechanisms
Circulatory Shock, types and stages, compensatory mechanismsCirculatory Shock, types and stages, compensatory mechanisms
Circulatory Shock, types and stages, compensatory mechanismsMedicoseAcademics
 
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...Sheetaleventcompany
 
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...Sheetaleventcompany
 
tongue disease lecture Dr Assadawy legacy
tongue disease lecture Dr Assadawy legacytongue disease lecture Dr Assadawy legacy
tongue disease lecture Dr Assadawy legacyDrMohamed Assadawy
 
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...dishamehta3332
 
Call Girls Mussoorie Just Call 8854095900 Top Class Call Girl Service Available
Call Girls Mussoorie Just Call 8854095900 Top Class Call Girl Service AvailableCall Girls Mussoorie Just Call 8854095900 Top Class Call Girl Service Available
Call Girls Mussoorie Just Call 8854095900 Top Class Call Girl Service AvailableJanvi Singh
 
Dehradun Call Girl Service ❤️🍑 8854095900 👄🫦Independent Escort Service Dehradun
Dehradun Call Girl Service ❤️🍑 8854095900 👄🫦Independent Escort Service DehradunDehradun Call Girl Service ❤️🍑 8854095900 👄🫦Independent Escort Service Dehradun
Dehradun Call Girl Service ❤️🍑 8854095900 👄🫦Independent Escort Service DehradunSheetaleventcompany
 
Electrocardiogram (ECG) physiological basis .pdf
Electrocardiogram (ECG) physiological basis .pdfElectrocardiogram (ECG) physiological basis .pdf
Electrocardiogram (ECG) physiological basis .pdfMedicoseAcademics
 
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...Sheetaleventcompany
 
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...Sheetaleventcompany
 
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana GuptaLifecare Centre
 
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...Sheetaleventcompany
 
👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...Sheetaleventcompany
 
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...Oleg Kshivets
 

Último (20)

Control of Local Blood Flow: acute and chronic
Control of Local Blood Flow: acute and chronicControl of Local Blood Flow: acute and chronic
Control of Local Blood Flow: acute and chronic
 
Kolkata Call Girls Shobhabazar 💯Call Us 🔝 8005736733 🔝 💃 Top Class Call Gir...
Kolkata Call Girls Shobhabazar  💯Call Us 🔝 8005736733 🔝 💃  Top Class Call Gir...Kolkata Call Girls Shobhabazar  💯Call Us 🔝 8005736733 🔝 💃  Top Class Call Gir...
Kolkata Call Girls Shobhabazar 💯Call Us 🔝 8005736733 🔝 💃 Top Class Call Gir...
 
Kolkata Call Girls Naktala 💯Call Us 🔝 8005736733 🔝 💃 Top Class Call Girl Se...
Kolkata Call Girls Naktala  💯Call Us 🔝 8005736733 🔝 💃  Top Class Call Girl Se...Kolkata Call Girls Naktala  💯Call Us 🔝 8005736733 🔝 💃  Top Class Call Girl Se...
Kolkata Call Girls Naktala 💯Call Us 🔝 8005736733 🔝 💃 Top Class Call Girl Se...
 
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptxANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
 
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...
Cara Menggugurkan Kandungan Dengan Cepat Selesai Dalam 24 Jam Secara Alami Bu...
 
ANATOMY AND PHYSIOLOGY OF RESPIRATORY SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF RESPIRATORY SYSTEM.pptxANATOMY AND PHYSIOLOGY OF RESPIRATORY SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF RESPIRATORY SYSTEM.pptx
 
Circulatory Shock, types and stages, compensatory mechanisms
Circulatory Shock, types and stages, compensatory mechanismsCirculatory Shock, types and stages, compensatory mechanisms
Circulatory Shock, types and stages, compensatory mechanisms
 
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
👉Chandigarh Call Girl Service📲Niamh 8868886958 📲Book 24hours Now📲👉Sexy Call G...
 
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
 
tongue disease lecture Dr Assadawy legacy
tongue disease lecture Dr Assadawy legacytongue disease lecture Dr Assadawy legacy
tongue disease lecture Dr Assadawy legacy
 
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
 
Call Girls Mussoorie Just Call 8854095900 Top Class Call Girl Service Available
Call Girls Mussoorie Just Call 8854095900 Top Class Call Girl Service AvailableCall Girls Mussoorie Just Call 8854095900 Top Class Call Girl Service Available
Call Girls Mussoorie Just Call 8854095900 Top Class Call Girl Service Available
 
Dehradun Call Girl Service ❤️🍑 8854095900 👄🫦Independent Escort Service Dehradun
Dehradun Call Girl Service ❤️🍑 8854095900 👄🫦Independent Escort Service DehradunDehradun Call Girl Service ❤️🍑 8854095900 👄🫦Independent Escort Service Dehradun
Dehradun Call Girl Service ❤️🍑 8854095900 👄🫦Independent Escort Service Dehradun
 
Electrocardiogram (ECG) physiological basis .pdf
Electrocardiogram (ECG) physiological basis .pdfElectrocardiogram (ECG) physiological basis .pdf
Electrocardiogram (ECG) physiological basis .pdf
 
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
Premium Call Girls Nagpur {9xx000xx09} ❤️VVIP POOJA Call Girls in Nagpur Maha...
 
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...
 
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
7 steps How to prevent Thalassemia : Dr Sharda Jain & Vandana Gupta
 
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...
 
👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
👉 Amritsar Call Girls 👉📞 8725944379 👉📞 Just📲 Call Ruhi Call Girl Near Me Amri...
 
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...
 

Inferential statistics

  • 1. INFERENTIAL STATISTICS Dr. Dalia El-Shafei Assist.Prof., Community Medicine Department, Zagazig University http://www.slideshare.net/daliaelshafei
  • 2. Definition of statistics : Branch of mathematics concerned with: Collection, Summarization, Presentation, Analysis, and Interpretation of data. Collection Summarization Presentation Analysis Interpretation
  • 3.
  • 4. TYPES OF STATISTICS • Describe or summarize the data of a target population. • Describe the data which is already known. • Organize, analyze & present data in a meaningful manner. • Final results are shown in forms of tables and graphs. • Tools: measures of central tendency & dispersion. Descriptive • Use data to make inferences or generalizations about population. • Make conclusions for population that is beyond available data. • Compare, test and predicts future outcomes. • Final results is the probability scores. • Tools: hypothesis tests Inferential
  • 5.
  • 6. INFERENCE Inference involves making a generalization about a larger group of individuals on the basis of a subset or sample.
  • 7. Inferential statistics Hypothesis testing Hypothesis formulation Null hypothesis “H0” Alternative hypothesis “H1” Set level of significance α error Choosing test Quantitative data Qualitative data Decision approach p-value Critical value Decision Accept H0 Reject H0 Estimation Point estimate Interval estimate “Confidence interval”
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18. CONFIDENCE LEVEL & INTERVAL “INTERVAL ESTIMATE” Confidence interval “Interval estimate” • The range of values that is used to estimate the true value of the population parameter. Confidence Level • The probability that the confidence interval does, in fact, contain the true population parameter, assuming that the estimation process is repeated many times (1−𝛼).
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26. HYPOTHESIS TESTING To find out whether the observed variation among sampling is explained by sampling variations, chance or is really a difference between groups. The method of assessing the hypotheses testing is known as “significance test”. Significance testing is a method for assessing whether a result is likely to be due to chance or due to a real effect.
  • 27. NULL & ALTERNATIVE HYPOTHESES:  In hypotheses testing, a specific hypothesis is formulated & data is collected to accept or to reject it.  Null hypotheses means: H0: x1=x2 this means that there is no difference between x1 & x2.  If we reject the null hypothesis, i.e there is a difference between the 2 readings, it is either H1: x1< x2 or H2: x1> x2  Null hypothesis is rejected because x1 is different from x2.
  • 28.
  • 29.
  • 30. Compared the smoking cessation rates for smokers randomly assigned to use a nicotine patch versus a placebo patch. Null hypothesis: Smoking cessation rate in nicotine patch group = smoking cessation rate in placebo patch group. Alternative hypothesis: Smoking cessation rate in nicotine patch group ≠ smoking cessation rate in placebo patch group (2 tailed) OR smoking cessation rate in nicotine patch group is higher than smoking cessation rate in placebo patch group (1 tailed).
  • 31.
  • 32. DECISION ERRORS Type I error “α” = False +ve = Rejection of true H0 Type II error “β” = False –ve = Accepting false H0
  • 33.
  • 34.
  • 35.
  • 36. In statistics, there are 2 ways to determine whether the evidence is likely or unlikely given the initial assumption:  Critical value approach (favored in many of the older textbooks).  P-value approach (what is used most often in research, journal articles, and statistical software).
  • 37.  If the data are not consistent with the null hypotheses, the difference is said to be “statistically significant”.  If the data are consistent with the null hypotheses it is said that we accept it i.e. statistically insignificant.  In medicine, we usually consider that differences are significant if the probability is <0.05.  This means that if the null hypothesis is true, we shall make a wrong decision <5 in a 100 times.
  • 38.
  • 39.
  • 40.
  • 42. CRITICAL VALUE A point on the test distribution that is compared to the test statistic to determine whether to reject the null hypothesis. If the absolute value of your test statistic is greater than the critical value, you can declare statistical significance and reject the null hypothesis. Critical values correspond to α, so their values become fixed when you choose the test's α.
  • 43.
  • 44. Critical Value is the z-score that separates sample statistics likely to occur from those unlikely to occur. The number 𝑍𝛼⁄2 is the z-score that separates a region of 𝛼⁄2 from the rest of the standard normal curve
  • 45.
  • 47.
  • 48. Tests of significance Quantitative variables 1 Mean One sample Z- test One sample t- test 2 Means Large sample “>30” Z-test Small sample “<30” t-test Paired t- test >2 Means ANOVA Qualitative variables X2 test Proportion Z-test
  • 49.
  • 51. Tests of significance Quantitative variables 1 Mean One sample Z- test One sample t- test 2 Means Large sample “>30” Z-test Small sample “<30” t-test Paired t- test >2 Means ANOVA Qualitative variables X2 test Proportion Z-test
  • 52. Z TEST OR SND “STANDARD NORMAL DEVIATE”
  • 53.
  • 54. Z TEST OR SND STANDARD NORMAL DEVIATE  Used for Comparing 2 means of large samples (>60) using the normal distribution.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 62.
  • 63. STUDENT'S T-TEST  Used for Comparing two means of small samples (<60) by the t distribution instead of the normal distribution.
  • 64.
  • 65. UNPAIRED T-TEST  X1= mean of the 1st sample X2=mean of the 2nd sample  n1= sample size of the 1st sample n2= sample size of the 2nd sample  SD1= SD of the 1st sample SD2 = SD of the 2nd sample.  Degree of freedom (df) = (n1+n2)-2
  • 66. STUDENT'S T-TEST  The value of t will be compared to values in the specific table of "t distribution test" at the value of the degree of freedom.  If the calculated value of t is less than that in the table, then the difference between samples is insignificant.  If the calculated t value is larger than that in the table so the difference is significant i.e. the null hypothesis is rejected.
  • 68. STUDENT'S T-TEST Calculated t (1.75) < Tabulated t (3.182), then the difference between samples is insignificant. i.e. Null hypothesis is accepted. Suppose that you calculate t test= 1.75 Suppose that df = 3
  • 69. PAIRED T-TEST Comparing repeated observation in the same individual or difference between paired data. The analysis is carried out using the mean & SD of the difference between each pair.
  • 70.
  • 72.  Used for Comparing several means.  To compare >2 means, this can be done by use of several t-tests that can consume more time & lead to spurious significant results. So, we must use analysis of variance or ANOVA.
  • 73. ANALYSIS OF VARIANCE (ANOVA) There are two main types: • When the subgroups to be compared are defined by just one factor • Comparison between means of blood glucose levels among 3 groups of diabetic patients (1st group was on insulin, 2nd group was on oral hypoglycemic drugs, & 3rd group was on lifestyle modification) One-way ANOVA • When the subdivision is based upon more than one factor. • The above-mentioned example the groups were divided into males & females. Two-way ANOVA
  • 74. The main idea in the ANOVA is that we have to take into account the variability within the groups and between the groups and value of F is equal to the ratio between the means sum square of between the groups and within the groups. F = between-groups MS / within-groups MS.
  • 76. Tests of significance Quantitative variables 1 Mean One sample Z- test One sample t- test 2 Means Large sample “>30” Z-test Small sample “<30” t-test Paired t- test >2 Means ANOVA Qualitative variables X2 test Proportion Z-test
  • 78. CHI -SQUARE TEST Test relationships between categorical independent variables. Qualitative data are arranged in table formed by rows & columns. Variables Obese Non-Obese Total Diabetic 62 63 125 Non-diabetic 51 44 105 Total 113 107 220
  • 79. O = Observed value in the table E = Expected value Expected (E) = Row total Χ Column total Grand total Degree of freedom = (row - 1) (column - 1)
  • 80. EXAMPLE HYPOTHETICAL STUDY  Two groups of patients are treated using different spinal manipulation techniques  Gonstead vs. Diversified  The presence or absence of pain after treatment is the outcome measure.  Two categories  Technique used  Pain after treatment
  • 81. GONSTEAD VS. DIVERSIFIED EXAMPLE - RESULTS Yes No Row Total Gonstead 9 21 30 Diversified 11 29 40 Column Total 20 50 70 Grand Total Technique Pain after treatment 9 out of 30 (30%) still had pain after Gonstead treatment and 11 out of 40 (27.5%) still had pain after Diversified, but is this difference statistically significant?
  • 82.  To find E for cell a (and similarly for the rest) Yes No Row Total Gonstead 9 21 30 Diversified 11 29 40 Column Total 20 50 70 Grand Total Technique Pain after treatment Multiply row total Times column total Divide by grand total FIRST FIND THE EXPECTED VALUES FOR EACH CELL Expected (E) = Row total Χ Column total Grand total
  • 83.  Find E for all cells Yes No Row Total Gonstead 9 E = 30*20/70=8.6 21 E = 30*50/70=21.4 30 Diversified 11 E=40*20/70=11.4 29 E=40*50/70=28.6 40 Column Total 20 50 70 Grand Total Technique Pain after treatment
  • 84.  Use the Χ2 formula with each cell and then add them together Χ2 = 0.0186 + 0.0168 + 0.0316 + 0.0056 = 0.0726 (9 - 8.6)2 8.6 (21 - 21.4)2 21.4 = 0.018 6 0.0168 (11 - 11.4)2 11.4 (29 - 28.6)2 28.6 0.031 6 0.0056
  • 85. Evidence-based Chiropractic Therefore, Χ 2 is not statistically significant So, we will accept null hypothesis Calculated χ2 value (0.0726) < Tabulated value (7.815) at df = 1.
  • 86. Z TEST FOR COMPARING 2 PERCENTAGES “PROPORTION Z-TEST”
  • 87. Z TEST FOR COMPARING 2 PERCENTAGES “PROPORTION Z-TEST” p1=% in the 1st group. p2 = % in the 2nd group q1=100-p1 q2=100-p2 n1= sample size of 1st group n2=sample size of 2nd group . Z test is significant (at 0.05 level) if the result >2. Z= p1 – p2 /√(p1q1/n1 + p2q2/n2).
  • 88. EXAMPLE If the number of anemic patients in group 1 which includes 50 patients is 5 and the number of anemic patients in group 2 which contains 60 patients is 20. if groups 1 & 2 are statistically different in prevalence of anemia we calculate z test. p1=5/50=10% p2=20/60=33% q1=100-10=90 q2=100-33=67 Z= 10 – 33/ √ (10x90/50 + 33x67/60) Z= 23 / √ (18 + 36.85) Z= 23/ 7.4 Z= 3.1 So, there is statistically significant difference between percentages of anemia in the studied groups (because Z>2).
  • 90. CORRELATION & REGRESSION Correlation measures the closeness of the association between 2 continuous variables, while Linear regression gives the equation of the straight line that best describes & enables the prediction of one variable from the other.
  • 91. CORRELATION IS NOT CAUSATION!!!
  • 92. LINEAR REGRESSION Same as correlation •Determine the relation & prediction of the change in a variable due to changes in other variable. •t-test is also used for the assessment of the level of significance. Differ than correlation •The independent factor has to be specified from the dependent variable. •The dependent variable in linear regression must be a continuous one. •Allows the prediction of dependent variable for a particular independent variable “But, should not be used outside the range of original data”.
  • 93. CORRELATION  Measured by the correlation coefficient, r. The values of r ranges between +1 and -1.  “1” means perfect correlation while “0” means no correlation.  If r value is near the zero, it means weak correlation while near the one it means strong correlation. The sign - and + denotes the direction of correlation
  • 94.
  • 96. LINEAR REGRESSION  Used to determine the relation & prediction of the change in a variable due to changes in another variable.  For linear regression, the independent factor (x) must be specified from the dependent variable (y).  Also allows the prediction of dependent variable for a particular independent variable
  • 97. SCATTERPLOTS  An X-Y graph with symbols that represent the values of 2 variables Regression line
  • 98. LINEAR REGRESSION  However, regression for prediction should not be used outside the range of original data.  t-test is also used for the assessment of the level of significance.  The dependent variable in linear regression must be a continuous one.
  • 99. MULTIPLE LINEAR REGRESSION  The dependency of a dependent variable on several independent variables, not just one.  Test of significance used is the ANOVA. (F test).
  • 100. EXAMPLE  If neonatal birth weight depends on these factors: gestational age, length of baby and head circumference. Each factor correlates significantly with baby birth weight (i.e has +ve linear correlation).  We can do multiple regression analysis to obtain a mathematical equation by which we can predict the birth weight of any neonate if we know the values of these factors.