clessn/article_riding-volatility
This repo contains the code needed to reproduce the article "On Volatility and Parties’ Potential for Growth in Multiparty Systems: The Case of the 2022 Quebec Election".
R
Issues
- 0
new reg table with `modelsummary`
#14 opened by hubcad25 - 1
Add robust SE to regression models
#12 opened by hubcad25 - 0
Generate post-strat table with regions as units
#11 opened by hubcad25 - 0
- 0
OPEN: confirmation of the code of the functions used to predict ordinal multilevel models
#9 opened by hubcad25 - 0
Better documentation of functions used to predict ordinal multilevel models OR make a package?
#8 opened by hubcad25 - 0
Add documentation when making post-strat table in `mrp/codes/3_generate_postStrat_table.R`
#7 opened by hubcad25 - 0
Change `readRDS("mrp/data/real_survey_data.rds")` to `readRDS("mrp/data/simulated_survey_data.rds")`
#6 opened by hubcad25 - 0
Standardise variable name and file name formats. People outside of the CLESSN won't be familiar with the team's conventions. Choose either snake_case, camelCase, not both. Tidyverse style guide recommends snake_case. Will make reading, writing and adjusting code easier.
#5 opened by hubcad25 - 0
Put package prefix to functions, especially niche functions like `descr::crosstab()` or functions that can cause conflicts with base R functions.
#3 opened by hubcad25 - 0
In README, explain mrp folder
#4 opened by hubcad25 - 3
Review code / documentation
#1 opened by judith-bourque - 0
Use clessnverse::normalize_variable instead of custum function in `codes/generate_table3.R`
#2 opened by hubcad25