Learn R Programming

surveysd (version 1.2.0)

kishFactor: Kish Factor

Description

Compute the kish factor for a specific weight vector

Usage

kishFactor(w)

Arguments

w

a numeric vector with weights

Value

The function will return the the kish factor

Examples

Run this code
# NOT RUN {
kishFactor(rep(1,10))
kishFactor(rlnorm(10))
# }

Run the code above in your browser using DataLab