R/VE_Jk_Tukey_Total_Hajek.r

Defines functions VE.Jk.Tukey.Total.Hajek

Documented in VE.Jk.Tukey.Total.Hajek

VE.Jk.Tukey.Total.Hajek <- function(VecY.s, VecPk.s, N, FPC= TRUE)
{
  DoubleN <- as.double(N)
  VE.Jk.Tukey.Mean.Hajek(VecY.s, VecPk.s, N, FPC) * DoubleN * DoubleN
}

Try the samplingVarEst package in your browser

Any scripts or data that you put into this service are public.

samplingVarEst documentation built on Jan. 14, 2023, 5:08 p.m.