Determine sample size with Accuracy In Parameter Estimation (AIPE) method
Source:R/ssp_aipe.R
ssp_aipe.Rd
A sample size estimation method used for parameter estimation.
The approach aims to find the required sample size, such that
the confidence interval has a certain expected width. The
function is a simple wrapper function around the ss.aipe.smd
function.
Arguments
- delta
Numeric. The expected population effect size.
- confidence_level
Numeric. The desired level of confidence.
- width
Numeric. The desired width of the confidence interval, given Delta.
- which_width
Character. The desired width of interest. Either `Full`, `Lower` or `Upper`.
- certainty
Numeric. The desired certainty of the confidence interval width.
- ...
Other arguments to be passed to the
ss.aipe.smd
function.