Biostatistics with R/Estimation

From testwiki
Jump to navigation Jump to search

Summary of Formulars with R

Formular Number Name Formular Formular with R
6.2.1 Expression of an interval estimate estimator ± (reliability coefficient)× standard error of the estimator Example
6.2.2 Interval estimate for μ when σ is known X¯±z(1α/2)σx¯ Example
6.3.1 t-transformation t=x¯μs/n Example
6.3.2 Interval estimate for μ when σ is unknown X¯±t(1α/2)sn Example
6.4.1 Interval estimate for the difference between two population means when σ1 and σ2 are known (x¯1x¯2)±z(1α/2)σ12n1+σ22n2 Example
6.4.2 Pooled variance estimate sp2=(n11)s12+(n21)s22n1+n22 Example
6.4.3 Standard error of estimate s(X¯1X¯2)=sp2n1+sp2n1 Example
6.4.4 Interval estimate for the difference between two population means when s 1 is unknown (x¯1x¯2)±t(1α/2)sp2n1+sp2n1 Example
6.4.5 Cochran’s correction for reliability coefficient when variances are not equal t'(1α/2)=w1t1+w2t2w1+w2 Example
6.4.6 Interval estimate using Cochran’s correction for t (x¯1x¯2)±t'(1α/2)sp2n1+sp2n1 Example
6.5.1 Interval estimate for a population proportion Example
6.6.1 Interval estimate for the difference between two population proportions Example
6.7.1–6.7.3 Sample size determination when sampling with replacement Example
6.7.4–6.7.5 Sample size determination when sampling without replacement Example
6.8.1 Sample size determination for proportions when sampling with replacement Example
6.8.2 Sample size determination for proportions when sampling without replacement Example
6.9.1 Interval estimate for s 2 Example
6.9.2 Interval estimate for s Example
6.10.1 Interval estimate for the ratio of two variances Example
6.10.2 Relationship among F ratios Example
Symbol Key

Template:BookCat