seq_aipe_gini: seq_aipe_gini

View source: R/seq_aipe_gini.R

seq_aipe_giniR Documentation

seq_aipe_gini

Description

Sequential approach to Accuracy in Parameter Estimation for Effect Sizes (AIPE): Gini Index

Usage

seq_aipe_gini(alpha = 0.05, omega, data = NULL, pilot = FALSE, m0 = 4)

Arguments

alpha

he significance level., default is 0.05.

omega

omega

data

The data for which to calculate the gini index.

pilot

Should a pilot sample be generated.

m0

The initial sample size.

Value

The current sample size, the current gini coefficient, an indicator of if the criterion is satisfied, and the confidence interval.

Author(s)

Ken Kelley KKelley@nd.edu, Francis Bilson Darku FBilsonD@nd.edu, Bhargab Chattopadhyay Bhargab@iiitvadodara.ac.in

Examples

pilot_ss <- seq_aipe_gini(alpha=0.05, omega=0.2, pilot=TRUE)
SLS <- rexp(pilot_ss, rate=0.05)
seq_aipe_gini(alpha=0.05, omega=0.2,data = SLS)


yelleKneK/SMSD documentation built on Nov. 23, 2022, 6:40 p.m.