Skip to contents

Explore the results from a quadratic voting consultations. 1. What are the prioritized Topics? 2. How dispersed participants votes are? 3. Who is expecting or pushing back... on what?

Usage

quadratic_review(kobodata, koboform)

Arguments

kobodata

path to data collected through kobotoolbox

koboform

form used to collected through kobotoolbox quadratic survey

Value

list with data and standard plots

Examples


# kobodata <- here::here("", "quadra_data.xlsx")
# koboform <- here::here("", "survey_quadraticvoting_CBI_Indicators.xlsx")

kobodata <-  system.file("data-demo/quadra_data.xlsx", package = "VulnerabilityScoreCalibration")
koboform <-  system.file("data-demo/quadra_form.xlsx", package = "VulnerabilityScoreCalibration")
 
## Run the process
result <- quadratic_review(kobodata, koboform)
#> Joining with `by = join_by(groups.positions.pos_name)`
#> Joining with `by = join_by(groups.positions.pos_name)`

## Review output
result[["topic_prioritisation"]]


result[["vote_dispersion"]]
#> Picking joint bandwidth of 0.681


result[["individual_prioritisation"]]