Foundations of Applied Statistical Methods - 2nd Edition Reference Book Download
Foundations of Applied Statistical Methods - 2nd Edition Reference Book Download
Visit the link below to download the full version of this book:
https://medipdf.com/product/foundations-of-applied-statistical-methods-2nd-editi
on/
Foundations of Applied
Statistical Methods
Second Edition
Hang Lee
Massachusetts General Hospital Biostatistics Center
Department of Medicine
Harvard Medical School
Boston, MA, USA
© The Editor(s) (if applicable) and The Author(s), under exclusive license to Springer Nature Switzerland
AG 2014, 2023
This work is subject to copyright. All rights are solely and exclusively licensed by the Publisher, whether
the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of
illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and
transmission or information storage and retrieval, electronic adaptation, computer software, or by
similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication
does not imply, even in the absence of a specific statement, that such names are exempt from the relevant
protective laws and regulations and therefore free for general use.
The publisher, the authors, and the editors are safe to assume that the advice and information in this
book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or
the editors give a warranty, expressed or implied, with respect to the material contained herein or for any
errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional
claims in published maps and institutional affiliations.
This Springer imprint is published by the registered company Springer Nature Switzerland AG
The registered company address is: Gewerbestrasse 11, 6330 Cham, Switzerland
Researchers who design and conduct experiments or sample surveys, perform data
analysis and statistical inference, and write scientific reports need adequate knowl-
edge of applied statistics. To build adequate and sturdy knowledge of applied
statistical methods, firm foundation is essential. I have come across many researchers
who had studied statistics in the past but are still far from being ready to apply the
learned knowledge to their problem solving, and else who have forgotten what they
had learned. This could be partly because the mathematical technicality dealt with
their past study material was above their mathematics proficiency, or otherwise the
studied worked examples often lacked addressing essential fundamentals of the
applied methods. This book is written to fill gaps between the traditional textbooks
involving ample amount of technically challenging mathematical derivations and/or
the worked examples of data analyses that often underemphasize fundamentals. The
chapters of this book are dedicated to spell out and demonstrate, not to merely
explain, necessary foundational ideas so that the motivated readers can learn to fully
appreciate the fundamentals of the commonly applied methods and revivify the
forgotten knowledge of the methods without having to deal with complex mathe-
matical derivations or attempt to generalize oversimplified worked examples of
plug-and-play techniques. Detailed mathematical expressions are exhibited only if
they are definitional or intuitively comprehensible. Data-oriented examples are
illustrated only to aid the demonstration of fundamentals. This book can be used
as a guidebook for applied researchers or as an introductory statistical methods
course textbook for the graduate students not majoring in statistics.
v
Contents
vii
viii Contents
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185
Chapter 1
Description of Data and Essential
Probability Models
This chapter portrays how to make sense of gathered data before performing formal
statistical inference. The topics covered are types of data, how to visualize data, how
to summarize data into a few descriptive statistics (i.e., condensed numerical indi-
ces), and introduction to some useful probability models.
Typical types of data arising from most studies fall into one of the following
categories.
Nominal categorical data contain qualitative information and appear to discrete
values that are codified into numbers or characters (e.g., 1 = case with a disease
diagnosis, 0 = control; M = male, F = female, etc.).
Ordinal categorical data are semi-quantitative and discrete, and the numeric
coding scheme is to order the values such as 1 = mild, 2 = moderate, and 3 = severe.
Note that the value of 3 (severe) does not necessarily be three times more severe than
1 (mild).
Count (number of events) data are quantitative and discrete (i.e., 0, 1, 2 . . .).
Interval scale data are quantitative and continuous. There is no absolute 0, and the
reference value is arbitrary. Examples of such data are temperature values in °C and °F.
Ratio scale data are quantitative and continuous, and there is absolute 0; e.g.,
body weight and height.
In most cases, the types of data usually fall into the above classification scheme
shown in Table 1.1 in that the types of data can be classified into either quantitative
or qualitative, and discrete or continuous.
Nonetheless, some definition of the data type may not be clear, among which the
similarity and dissimilarity between the ratio scale and interval scale may be the ones
that need further clarification.
Ratio scale: If two distinct values of quantitative data were able to be represented
by a ratio of two numerical values, then such data are ratio scale data. For example,
two observations xi = 200 and xj = 100, for i ≠ j; the ratio xi/xj = 2 shows that xi is
twice of xj, for example, lung volume, age, disease duration, etc.
Interval scale: If two distinct values of quantitative data were not ratio-able, then
such data are interval scale data. Temperature is a good example as it has three
temperature systems, i.e., Fahrenheit, Celsius, and Kelvin. Kelvin system also has its
absolute 0 (there is no negative temperature in Kelvin system). For example, 200 °F
is not a temperature that is twice higher than 100 °F. We can only say that 200 °F is
higher by 100 degrees (i.e., the displacement between 200 and 100 is 100 degrees in
Fahrenheit measurement scale).
A simple tabulation (frequency table) is to list the observed count (and proportion in
percentage value) for each category. A bar chart (see Figs. 1.1 and 1.2) can be used
for a visual summary of nominal and ordinal outcome distributions. The size of each
bar in Figs. 1.1 and 1.2 reveals the actual counts. It is also common to present it as
the relative frequency (i.e., proportion of each category in percentage of the total).
Figure 1.3 is a list of white blood cell (WBC) counts of 31 patients diagnosed with a
certain illness listed by the patient identification number. Does this listing itself tell
us the group characteristics such as the average and the variability among patients?
How can we describe the distribution of these data, i.e., how much of the
occurring chance is distributed to WBC = 5200, how much to WBC = 3100, . . .,
Fig. 1.1 Frequency table and bar chart for describing nominal categorical data
4 1 Description of Data and Essential Probability Models
Fig. 1.2 Frequency table and bar chart for describing ordinal data
etc.? Such a description may be very cumbersome. As depicted in Fig. 1.4, the listed
full data in ascending order can be a primitive way to describe the distribution, but it
does not still describe the distribution. An option is to visualize the relative frequen-
cies for grouped intervals of the observed data. Such a presentation is called
histogram. To create a histogram, one will first need to create equally spaced
WBC categories and count how many observations fall into each category. Then
the bar graph can be drawn where each bar size indicates the relative frequency of
that specific WBC interval. The process of drawing bar graphs manually seems
cumbersome. Next section introduces a much less cumbersome manual technique to
visualize continuous outcomes.
The stem-and-leaf plot requires much less work than creating the conventional
histogram while providing the same information as what the histogram does. This
is a quick and easy option to sketch a continuous data distribution.
1.2 Description of Data 5
Let us use a small data set for illustration, and then revisit our WBC data example
for more discussion after this method becomes familiar to you. The following nine
data points 12, 32, 22, 28, 26, 45, 32, 21, and 85 are ages (ratio scale) of a small
group. Figures 1.5, 1.6, 1.7, 1.8 and 1.9 demonstrates how to create the stem-and-
leaf plot of these data.
The main idea of this technique is a quick sketch of the distribution of an
observed data set without computational burden. Let us just take each datum in the
order that it is recorded (i.e., the data are not preprocessed by other techniques such
as sorting by ascending/descending order) and plot one value at a time (see Fig. 1.5).
Note that the oldest observed age is 85 years, which is much greater than the next
oldest age 45 years, and the unobserved stem interval values (i.e., 50s, 60s, and 70s)
are placed. The determination of the number of equally spaced major intervals (i.e.,
number of stems) can be subjective and data range dependent.
Figure 1.10 depicts the distribution of our WBC data set by the stem-and-leaf
plot. Most values lie between 3000 and 4000 (i.e., mode); the contour of the
frequency distribution is skewed to the right, and the mean value did not describe
the central location well; the smallest and the largest observations were 1800 and
11,200, respectively, and there are no observed values lying between 1000 and 1100.
6 1 Description of Data and Essential Probability Models
Unlike the stem-and-leaf plot, this plot does not show the individual data values
explicitly. This can describe the data sets whose sample sizes are larger than what
can usually be illustrated manually by the stem-and-leaf plot. If the stem-and-leaf
plot is seen from a bird-eye point of view (Fig. 1.11), then the resulting description
can be made as depicted in the right-hand side panels of Figs. 1.12 and 1.13.
The unique feature of this technique is to identify and visualize where the middle
half of the data exist (i.e., the interquartile range) by the box and the interval where
the rest of the data exist by the whiskers.
If there are two or more modes, the box-and-whisker plot cannot fully character-
ize such a phenomenon, but the stem-and-leaf can (see Fig. 1.14).
1.2 Description of Data 7