Skip to main content

Subsection 2.1 Summary of Exact Binomial Inference

Summary of Exact Binomial Inference (Sampling from a Binomial Process).

Let X represent the number of successes in the sample and \(\pi\) the probability of success for a binomial random process.
To test \(H_0: \pi = \pi_0\)
We can calculate a p-value based on the binomial distribution with parameters n and \(\pi_0\text{.}\) The p-value can be one-sided or two-sided based on the statement of the research conjecture.
  • If \(H_a: \pi > \pi_0\text{:}\) p-value = P(X β‰₯ observed)
  • If \(H_a: \pi < \pi_0\text{:}\) p-value = P(X ≀ observed)
  • If \(H_a: \pi \neq \pi_0\text{:}\) p-value = sum of both tail probabilities using a method like "small p-values"
(100 Γ— C)% Confidence Interval for \(\pi\)
The set of values such that the two-sided p-value based on the observed count is larger than the \((1 - C)\) cut-off.
Technology
  • One Proportion Inference applet for approximate and exact binomial probability (p-value)
  • R, ISCAM Workspace: iscambinomtest(observed, n, hypothesized=Ο€_0, alternative="greater", "less," or "two.sided", conf.level)
    Can enter either sample count or sample proportion for "observed." If you don’t specify a hypothesized value and alternative, be sure to label the confidence level.
  • For a one-sided p-value: Analyze > Distribution (raw or tallied data using Freq)
    For a confidence interval: ISCAM Journal file > Confidence Interval for One Proportion using Summary Stats: specify the number of successes and the sample size

Handy Reminders.

  • In R: If you don’t remember the inputs for a function, just use ? before the function, e.g., ?iscambinomtest. Use the up arrow to return to earlier commands.
  • In JMP: Remember to look under "hot spots" and that options will change across menu items.
You have attempted of activities on this page.