pi.var.upper | R Documentation |
Computes an upper prediction limit for the estimated variance in a future study for a planned sample size. The prediction limit uses a variance estimate from a prior study. Several confidence interval sample size functions in this package require a planning value of the estimated variance that is expected in the planned study. The upper variance prediction limit is useful as a variance planning value for the sample size required to obtain a confidence interval with desired width. This strategy for specifying a variance planning value is useful in applications where the population variance in the prior study is assumed to be very similar to the population variance in the planned study.
pi.var.upper(alpha, var, n0, n)
alpha |
alpha value for upper 1-alpha confidence |
var |
estimated variance from prior study |
n0 |
sample size used to estimate variance |
n |
planned sample size of future study |
Returns an upper prediction estimate (UL) of an estimated variance in a future study
Hahn1972statpsych
pi.var.upper(.05, 15, 40, 100)
# Should return:
# UL
# 23.9724
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.