Bio207/208

1. Introduction to Biostatistics

Biostatistics is the application of statistical methods to the design, analysis, and interpretation of data in biology, medicine, and public health. It provides the tools necessary to manage the uncertainty and variability inherent in biological systems.

2. Descriptive Statistics

Descriptive statistics are used to summarize and describe the primary features of a dataset.

  • Measures of Central Tendency:
    • Mean (xˉ\bar{x}): The mathematical average of a set of values, calculated as xˉ=<em>i=1nx</em>in\bar{x} = \frac{\sum<em>{i=1}^{n} x</em>i}{n}.
    • Median: The middle value in a dataset when ordered from least to greatest.
    • Mode: The most frequently occurring value in the dataset.
  • Measures of Dispersion:
    • Variance (σ2\sigma^2): Measures how far each number in the set is from the mean.
    • Standard Deviation (σ\sigma): The square root of the variance (σ=σ2\sigma = \sqrt{\sigma^2}), indicating the average spread of data around the mean.
    • Interquartile Range (IQR): The difference between the 75th percentile (Q3Q3) and the 25th percentile (Q1Q1).
3. Probability Distributions

Probability distributions describe how the values of a variable are distributed.

  • Normal Distribution: A symmetric, bell-shaped distribution defined by the mean (μ\mu) and standard deviation (σ\sigma).
  • Standard Normal Distribution: A special case of the normal distribution where μ=0\mu = 0 and σ=1\sigma = 1. It uses Z-scores to represent the number of standard deviations an observation is from the mean:
    Z=xμσZ = \frac{x - \mu}{\sigma}
  • Binomial Distribution: Used for discrete data where there are only two possible outcomes (e.g., success/failure, dead/alive).
4. Inferential Statistics

Inferential statistics allow researchers to make generalizations about a population based on a sample.

  • Hypothesis Testing:
    • Null Hypothesis (H0H_0): The statement that there is no effect or no difference.
    • Alternative Hypothesis (HaH_a): The statement that there is a significant effect or difference.
  • P-Value: The probability of obtaining the observed results (or more extreme) assuming the null hypothesis is true. A threshold of p < 0.05 is commonly used for statistical significance.
  • Confidence Intervals (CI): A range of values that likely contains the true population parameter. A 95% CI means that if the study were repeated many times, 95% of the calculated intervals would contain the true parameter.
5. Common Study Designs
  • Observational Studies:
    • Cross-sectional: Analyzes data from a population at a single point in time.
    • Case-Control: Compares individuals with a specific condition (cases) to those without (controls) to find risk factors.
    • Cohort: Follows a group of people over time to see how exposures affect the development of outcomes.
  • Experimental Studies:
    • Randomized Controlled Trials (RCTs): Participants are randomly assigned to either an experimental or control group to evaluate the efficacy of a treatment.
6. Correlation and Regression
  • Correlation Coefficient (rr): Measures the strength and direction of a linear relationship between two continuous variables, ranging from 1-1 to 11.
  • Simple Linear Regression: A model that describes the relationship between a dependent variable (YY) and an independent variable (XX): Y=β<em>0+β</em>1X+ϵY = \beta<em>0 + \beta</em>1 X + \epsilon
    • β0\beta_0: Intercept
    • β1\beta_1: Slope (the change in YY for every one-unit change in XX)
    • ϵ\epsilon: Error term