HUBS 191 Module 2: Biostatistics

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/77

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:10 AM on 3/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

78 Terms

1
New cards

Sample standard deviation

Measure of spread or variability of a sample data set. The average distance of each data point.

2
New cards

Continuous numeric

Any value within a given range, includes fractions and decimals

3
New cards

Ordinal categorical

Represents categories with order and rank, such as ‘low,’ ‘medium,’ and ‘high’

4
New cards

Nominal categorical 

No inherit order, groups items into categories without ranking

5
New cards

Continuous categorical

Grouping continuous (measurable) variables into distinct categories

6
New cards

Binary data

Categorises information/data into only two possible categories

7
New cards

Expected value

Average of all possible outcomes for a random variable, multiply each outcome by its probability and summing the results

8
New cards

Variance 

How spread out a set of data is from the mean value. It is calculated as the average of the squared differences from the mean.

9
New cards

Random variables

Assigns a numerical variable to each outcome of a random phenomenon

10
New cards

Pr(X)

Probability someone/something is X (independent)

11
New cards

Pr(Y)

Probability someone/something is Y (dependent)

12
New cards

Pr(Y|X)

Probability someone/something is Y given they’re X

13
New cards

Continuous random variable

Variable that can take on any value within a given range

14
New cards

Standard error

The standard deviation of a sample’s distribution, used to measure how much a sample statistic (like the mean) id likely to differ from the true population parameter

15
New cards

Sampling distribution

Probability distribution of a statistic (like the mean or standard deviation) that is calculated from multiple, repeated random samples taken from the same population.

16
New cards

t-distribution

For small sample sizes or when the population standard deviation is unknown

17
New cards

F-distribution

Probability distribution of a ratio of two independent chi-square distributed random variables divided by their degrees of freedom. commonly used in ANOVA tests and linear regression modelling.

18
New cards

X2-distribution (chi-squared distribution)

With degrees of freedom is the distribution of a sum of the squares of independent standard normal variables

19
New cards

Z-distribution

A special normal distribution where the mean is 0 and the SD is 1

20
New cards

Z-score

Indicates how many standard deviations a data point is from the mean in a Z-distribution.

21
New cards

T-score

Standardises data allowing for comparisons between different datasets. Used to find the upper and lower bounds of a CI for a population mean, especially with small sample sizes. A smaller t-score suggests a greater difference between the sample mean and the population mean, while a smaller t-score indicates more similarity.

22
New cards

P-norm

Calculates the cumulative distribution function (CDF) for the normal distribution, CDF whose value is the probability that a corresponding continuous variable has a value less than or equal to the argument of the function. (R-function)

23
New cards

D-norm

Calculates the probability density function distribution, indicating how likely it is to observe a specific outcome. Returns the height of the normal curve at a specific point which represents the relative likelihood of that value occurring, but not the direct probability (R-function)

24
New cards

Q-norm

When given an area, it finds the boundary value that determines that area (R-function)

25
New cards

R-norm

Generates a random vector of numbers with a normal distribution (R-function)

26
New cards

Correlation

Calculates correlation coefficients between variables, calculates various types of correlation including Pearson, Spearman, and Kendall, and can be applied to individual vectors or entire data frames to generate correlation matrices (R-function)

27
New cards

Prop.test

For testing the null that the proportions (probabilities of success) in several groups are the same, or that they equal certain values (R-function)

28
New cards

lm

Used to fit linear models. Can be used to carry out regression, single stratum analysis of variance and analysis of covariance (R-function)

29
New cards

Summary

Produces results summary (R-function)

30
New cards

chisq.test

Conducts Chi-squared tests for independence and goodness of fit (R-function).

31
New cards

Predict

Used to generate predictions based on fitted models, estimating outcomes for new data. (R-function)

32
New cards

fit

Used to create statistical models that best describe a dataset. (R-function)

33
New cards

Tukey HSD

Create a set of confidence intervals on the differences between the means of the levels of a factor with the specified family-wise probability of coverage. (R-function)

34
New cards

y-bar

The sample mean, represents the average value of a set of observations in a dataset.

35
New cards

x-bar

The sample mean representing the average of the independent variable in a dataset.

36
New cards

p-hat

The sample proportion, representing the estimated probability of a certain outcome in a dataset.

37
New cards

Null hypothesis

A statement that there is no effect or no difference, used as a starting point for statistical analysis and hypothesis testing.

38
New cards

Alternate hypothesis

A statement that indicates the presence of an effect or a difference, opposing the null hypothesis in statistical testing.

39
New cards

P-value

the probability of obtaining results at least as extreme as the ones observed, assuming the null hypothesis is true

40
New cards

μd

represents the mean difference between paired observations in hypothesis testing.

41
New cards

Normal model

A statistical model that represents data distributions characterized by a bell-shaped curve, defined by its mean and standard deviation.

42
New cards

chi-squared model test

A statistical method used to determine if there is a significant association between categorical variables by comparing observed frequencies to expected frequencies.

43
New cards

Linear regression model

Used to model the relationship between two variables and estimate the value of a response by using a line-of-best-fit

44
New cards

Binomial model

A statistical model that describes the number of successes in a fixed number of independent Bernoulli trials, used for binary outcome predictions.

45
New cards

Bernoulli trial

A random experiment with exactly two possible outcomes, commonly referred to as success and failure. Each trial is independent, and the probability of success remains constant.

46
New cards

Hypothesis test

A statistical method used to determine whether there is enough evidence to reject a null hypothesis in favor of an alternative hypothesis.

47
New cards

True difference

The actual difference in outcomes between two groups being compared in a statistical hypothesis test.

48
New cards

β1

slope coefficient in a simple linear regression model, representing the average change in the dependent variable (Y) for a one-unit increase in the independent variable (X)

49
New cards

β0

intercept term in a regression model, representing the average value of the dependent variable (Y) when all independent variables (X) are zero

50
New cards

β̂0

refers totheestimated y-interceptof a regression line, based on a sample of data

51
New cards

β̂1

the estimated slope from the sample data

52
New cards

β̂₂

the estimated coefficient for the second predictor variable in a multiple regression model.

53
New cards

β₂

true regression coefficient for the second predictor variable in the population regression model.

54
New cards

Appropriate multiplier

used to adjust estimates based on sample size or variability in statistical analysis.

55
New cards

R2

represents the proportion of variance in the dependent variable that can be explained by the independent variables in a regression model.

56
New cards

Non-constant variance

a value or factor that changes rather than staying fixed

57
New cards

Independence assumption

is the assumption that the observations are statistically independent of each other in a given analysis or model.

58
New cards

dependence assumption

is the assumption that the observations are correlated or related in some way, and thus may influence each other in statistical analysis.

59
New cards

linearity assumption

is the assumption that the relationship between the independent and dependent variables can be accurately modeled as a straight line.

60
New cards

F-value

Used in ANOVA and regression analysis to check whether your model explains a significant amount of variation in the outcome variable Y

61
New cards

ANOVA

a statistical test used to determine if there are significant differences between the means of three or more groups

62
New cards

X2-test

a statistical hypothesis test used to determine if there is a significant difference between observed and expected frequencies

63
New cards

Selection Bias

a systematic error that occurs when a sample used for analysis does not accurately represent the population it is intended to study, leading to skewed and unreliable conclusions

64
New cards

Information bias

a systematic error resulting from inaccurate measurement or reporting of data, which can lead to distorted outcomes and conclusions.

65
New cards

Research studies

are investigations designed to test hypotheses, analyze data, and derive conclusions about health-related questions.

66
New cards

CARE

refers to the process of ensuring that health interventions are effectively implemented and sustained in practice, focusing on patient-centered outcomes and quality of care.

67
New cards

Type I error

occurs when a null hypothesis is incorrectly rejected, suggesting a false positive result.

68
New cards

Type II error

occurs when a null hypothesis is incorrectly accepted, indicating a false negative result.

69
New cards

Population parameters

are numerical characteristics or measures of a population, such as means or variances, that summarize the data.

70
New cards

Strata/stratum

are distinct subgroups within a population, often used in stratified sampling to ensure representation across different segments.

71
New cards

Var[Y]

represents the variance of the random variable Y, indicating the spread or dispersion of its possible values.

72
New cards

Sample

a subset of individuals or observations selected from a larger population to make inferences about the whole group

73
New cards

Population

the entire, well-defined set of individuals, organisms, or data points (e.g., all patients with a specific disease, all hospitals in a region) that a researcher aims to study and make inferences about

74
New cards

Sampling

the process of selecting a representative subset of individuals from a larger population to make inferences about health-related characteristics

75
New cards

Continuous variables

Can take on any value, e.g. Height, Weight, Age, Blood pressure, often interested in the mean or average value

76
New cards

Investigating samples

Summarise in tables and graphs, if categorical data we can present proportions or percent, if continuous usually want to know where the centre is (central tendency) and how spread out the data is

77
New cards

Errors

Two different sorts

1) Errors that make our answers more uncertain i.e. more variability (can’t be avoided)

2) Errors that move us away from the truth (important to avoid)

78
New cards

95% confidence interval

A range of values, calculated from sample data, that is likely to contain the true population parameter (such as the mean) 95% of the time if the study were repeated

Calculation: Sample Mean ± (Critical Value × Standard Error)