Luka Štrlekar, Vasja Vehovar
University of Ljubljana, Faculty of Social Sciences
SurveyWeightingGUI is a web application built to make survey weighting with raking procedure easier and more user-friendly (currently only available in Slovene language).
To run app locally, first you need to install R, then run the following code in R console:
# install missing packages when running app locally from GitHub
required_packages <- c("shiny", "shinyWidgets", "shinyjs", "shinycssloaders", "shinyFeedback", "DT", "rhandsontable", "haven", "labelled", "openxlsx", "anesrake", "survey")
for(p in required_packages){
if(!require(p, character.only = TRUE)) install.packages(p)
}
# run app
shiny::runGitHub(repo = "SurveyWeightingGUI", username = "lukastrlekar", ref = "main", subdir = "Shiny App")
App will also be availabe as R package at a later date.
Copyright (C) 2023-2026 Luka Štrlekar, Vasja Vehovar