Podcast
Questions and Answers
Which type of variable is best suited for representing 'Temperature in Celsius'?
Which type of variable is best suited for representing 'Temperature in Celsius'?
- Continuous (correct)
- Discrete
- Binary
- Nominal
A researcher categorizes participants' highest level of education as 'elementary school', 'high school', or 'university'. What type of variable is this?
A researcher categorizes participants' highest level of education as 'elementary school', 'high school', or 'university'. What type of variable is this?
- Normal categorical
- Ordered categorical (correct)
- Binary
- Nominal categorical
A dataset includes a variable indicating whether patients have a certain disease ('yes' or 'no'). How would this be classified?
A dataset includes a variable indicating whether patients have a certain disease ('yes' or 'no'). How would this be classified?
- Binary (correct)
- Ratio scale
- Interval scale
- Normal categorical
Which type of variable is 'country of origin'?
Which type of variable is 'country of origin'?
Consider categorizing income into 'low,' 'middle,' and 'high.' Which type of variable does this represent?
Consider categorizing income into 'low,' 'middle,' and 'high.' Which type of variable does this represent?
In a study, blood pressure is recorded both as a numeric value (mmHg) and as a categorical variable (hypertensive: yes/no). Why is it important to note how a variable is defined and used?
In a study, blood pressure is recorded both as a numeric value (mmHg) and as a categorical variable (hypertensive: yes/no). Why is it important to note how a variable is defined and used?
Why are absolute numbers often less informative than proportions when summarizing categorical data?
Why are absolute numbers often less informative than proportions when summarizing categorical data?
In New Zealand, most cars involved in accidents are white. What additional information is needed to determine if white cars are more likely to be in accidents?
In New Zealand, most cars involved in accidents are white. What additional information is needed to determine if white cars are more likely to be in accidents?
In a study of pulmonary tumors, the following data was recorded: Benign (32 cases) and Malignant (8 cases). What is the proportion of malignant tumors?
In a study of pulmonary tumors, the following data was recorded: Benign (32 cases) and Malignant (8 cases). What is the proportion of malignant tumors?
Which graphical method is most suitable for displaying the distribution of a categorical variable?
Which graphical method is most suitable for displaying the distribution of a categorical variable?
What is the primary purpose of a bar chart?
What is the primary purpose of a bar chart?
What does a pie chart primarily illustrate?
What does a pie chart primarily illustrate?
What is the main characteristic of 'discrete' numeric variables?
What is the main characteristic of 'discrete' numeric variables?
Which of the following is an example of a 'continuous' variable?
Which of the following is an example of a 'continuous' variable?
Which of the following is an example of an 'ordered categorical' variable?
Which of the following is an example of an 'ordered categorical' variable?
In a study, participants are classified by their 'smoking status' as 'never smoker', 'ex-smoker', or 'current smoker'. Which type of variable is 'smoking status'?
In a study, participants are classified by their 'smoking status' as 'never smoker', 'ex-smoker', or 'current smoker'. Which type of variable is 'smoking status'?
What is the main advantage of using proportions over absolute numbers when comparing the prevalence of a disease in two different countries?
What is the main advantage of using proportions over absolute numbers when comparing the prevalence of a disease in two different countries?
A researcher wants to compare the proportion of males and females who have hypertension in a population. Which type of graph is most appropriate for presenting this data?
A researcher wants to compare the proportion of males and females who have hypertension in a population. Which type of graph is most appropriate for presenting this data?
When is a pie chart an appropriate choice for displaying data?
When is a pie chart an appropriate choice for displaying data?
How does a 'ratio scale' differ from an 'interval scale'?
How does a 'ratio scale' differ from an 'interval scale'?
If a study defines 'dietary pattern' as 'very healthy', 'moderately healthy', 'moderately unhealthy', and 'very unhealthy', what type of variable is 'dietary pattern'?
If a study defines 'dietary pattern' as 'very healthy', 'moderately healthy', 'moderately unhealthy', and 'very unhealthy', what type of variable is 'dietary pattern'?
Given height (m) and smoking status (never smoker / ex / current smoker), how would you summarize the variable 'smoking status' and display it graphically?
Given height (m) and smoking status (never smoker / ex / current smoker), how would you summarize the variable 'smoking status' and display it graphically?
Why it is important to use the Excel COUNTIF
function to summarize the values?
Why it is important to use the Excel COUNTIF
function to summarize the values?
What does 'hypercholesterolaemia' mean in the context of the study?
What does 'hypercholesterolaemia' mean in the context of the study?
What insights can be directly inferred from a clustered bar chart?
What insights can be directly inferred from a clustered bar chart?
Flashcards
What is a numeric variable?
What is a numeric variable?
Describes a measurable quantity.
What is a continuous variable?
What is a continuous variable?
A variable that can take any possible value within a given range.
What is a discrete variable?
What is a discrete variable?
A variable that can take specific values within a given range, with gaps in between. Typical discrete variable is a count of integers.
What is a categorical variable?
What is a categorical variable?
Signup and view all the flashcards
What is a normal categorical variable?
What is a normal categorical variable?
Signup and view all the flashcards
What is an ordered categorical variable?
What is an ordered categorical variable?
Signup and view all the flashcards
What is a binary variable?
What is a binary variable?
Signup and view all the flashcards
What is an interval scale?
What is an interval scale?
Signup and view all the flashcards
What is a ratio scale?
What is a ratio scale?
Signup and view all the flashcards
What is a nominal scale?
What is a nominal scale?
Signup and view all the flashcards
What is an ordinal scale?
What is an ordinal scale?
Signup and view all the flashcards
What is the proportion of categorical variables?
What is the proportion of categorical variables?
Signup and view all the flashcards
What is a bar chart?
What is a bar chart?
Signup and view all the flashcards
What is a pie chart?
What is a pie chart?
Signup and view all the flashcards
Study Notes
- Session Learning Objectives (LOBs):
- LOB1: Outline different variable types in biomedical research.
- LOB2: Determine applicability of summary statistics for descriptive data analysis.
Types of Variables
- Variables can be categorized as either numeric or categorical.
- This categorization is more common in the UK.
- Numeric variables describe measurable quantities.
- Continuous variables: can take any possible value within a given range, like temperature in Celsius.
- Discrete variables: take specific values within a given range with data gaps, like the number of teeth (integers).
- Categorical variables are sorted into categories based on qualitative description.
- Normal categorical: variables divided into unordered categories, like the brand of a car.
- Ordered categorical: variables divided into categories in an ordered manner, like educational level (elementary school, high school, university).
- Binary: categorical variable with 2 categories, like affected by a disease (yes/no).
- An alternative categorization method, more popular in the US:
- Numeric variables can be classified as interval scale or ratio scale.
- Categorical ones can be classified as nominal scale or ordinal scale.
Numeric Variable Scales
- Interval scale: values are graded in equal increments along the whole range, e.g., temperature in Celsius.
- Ratio scale: Same as interval scale, but has a true zero (true absence of quantity), e.g., temperature in Kelvin.
Categorical Variable Scales
- Nominal scale: variables divided into unordered categories, e.g., country of origin.
- Ordinal scale: variables divided into ordered categories, e.g., income categorized as "low income," "middle income," and "high income."
- Variable type depends on how it is defined and used in a particular study.
- Blood pressure defined as hypertensive (yes/no) is a binary categorical variable. Blood pressure in mm Hg is a numeric continuous variable.
Summarizing Categorical Variables
- Categorical variables can be summarized by proportions.
- Actual numbers are rarely informative and can be misleading.
- Categorical variables can be presented by counting the number of data values in each category of interest
- These counts can be organized into a frequency table.
- Frequency tables display numbers and the proportion for each category.
Presenting Categorical Data with Graphs
- Bar charts and pie charts can be used to present categorical data.
Bar Charts
- Display the distribution of a categorical variable.
- Counts for each category are shown next to each other for easy comparison.
- Bars have the same widths and equal spaces between them.
Pie Charts
- Represent the total population/sample as a circle.
- The circle is sliced into pieces proportional to each category's fraction of the whole.
Homework Task
- Using a provided dataset, summarize the provided smoking status variable and create a bar chart.
- Using a provided dataset, summarize the provided smoking status variable and create a pie chart.
- Use the Excel function "COUNTIF" to calculate observation frequency, then convert that to the frequency to a proportion.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.