📚 Theory: Building Hypotheses
- Research Question: Start with a clear, testable question about pharmaceutical formulations
- Null Hypothesis (H₀): State the assumption of no effect or no difference
- Alternative Hypothesis (H₁): Define what you're trying to prove
- Significance Level (α): Set your tolerance for Type I error (typically 0.05)
- Test Selection: Choose appropriate statistical test based on data type
Research Question: Does the new tablet formulation have the same dissolution rate as the reference?
H₀: μ_new = μ_reference (no difference in dissolution rates)
H₁: μ_new ≠ μ_reference (there is a difference)
α: 0.05 (5% chance of incorrectly rejecting H₀)
Test: Two-sample t-test (assuming normal distribution)
🧪 Practice: Hypothesis Builder
Interactive Hypothesis Constructor
Generated Hypothesis:
⚠️ Understanding Type I and Type II Errors
- Type I Error (α): Falsely rejecting a true null hypothesis
- Type II Error (β): Failing to reject a false null hypothesis
- Power (1-β): Probability of correctly rejecting a false null hypothesis
- Sample Size Impact: Larger samples reduce both error types
Type I Error in Bioequivalence: Concluding products are NOT bioequivalent when they actually are (rejecting good generic)
Type II Error in Bioequivalence: Concluding products ARE bioequivalent when they're not (approving inadequate generic)
Regulatory Impact: FDA sets α = 0.05 and requires Power ≥ 80% for BE studies