#This example is based on the dataset eusilc included in the package
#The variance of the FS index is compute without breakdown
#and using an alpha = 2
#############
##Bootstrap##
#############
fs_var(data = eusilc[,4:23], weight = eusilc$DB090, ID = NULL,
dimensions = c(1,1,1,1,2,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5),
breakdown = NULL, alpha = 2,
rho = NULL, type = 'bootstrap_naive', M = NULL, R = 2, verbose = TRUE)
Run the code above in your browser using DataLab