Content Disclaimer
Copyright @2020.
All Rights Reserved.

StatsToDo: Sample Size for Estimating Population Mean

Links : Home Index (Subjects) Contact StatsToDo



Explanations and References Sample Size Tables Javascript Programs
Program 1: Sample Size for Mean

   
  Table of 3 columns   Each row a calculation
    - Col 1 = % confidence
    - Col 2 = tolerable error, interval from mean
    - Col 3 = expected or assumed Standard Deviations
    - e.g.: 95 0.1 0.4 means 95% CI = ±0.1, when SD is expected to be 0.4
Program 2: Confidence Interval for Mean

   
  Table of 3 columns   Each row a calculation
    - Col 1 = % confidence
    - Col 2 = sample size
    - Col 3 = Standard Deviation of the data
    - e.g.: 95 62 0.4 means 95% CI, sample size of 62 cases, with SD=0.4
Program 3: Pilot Study for Mean
Confidence in percent
Sample size interval
Maximum Sample Size
   
  Program calculate a single pilot study
    - Confidence Interval in %. e.g. 95% confidence
    - Sample Size Interval to test changes in error with increasing sample size
    - Maximum Sample size limits testing
R Codes