Extracts variables in the V-Dem dataset (version 11), according to the section number in the codebook or a regular expression pattern matching the name or the label.

extract_vdem(
  section_number = NULL,
  name_pattern = NULL,
  label_pattern = NULL,
  include_uncertainty = TRUE,
  include_sd = FALSE,
  include_osp = FALSE,
  include_ord = FALSE,
  include_nr = FALSE,
  include_external = FALSE
)

Arguments

section_number

A section number (or vector of section numbers) in the V-dem codebook. Must be an integer or an integer vector (e.g., 1:2, or 28).

name_pattern

A character pattern, interpreted as a regular expression, to search over the V-dem variable names, e.g., "v2x" extracts all variables including the string "v2x" in their names.

label_pattern

A character pattern, interpreted as a regular expression, to search over the V-dem labels, e.g., "corrupt" extracts all variables that mention "corrupt" in their label.

include_uncertainty

Whether to return the uncertainty measurements for the selected variables (codelow and codehigh suffixes). Default is TRUE.

include_sd

Whether to return the standard deviation for the selected variables (sd suffix). Default is FALSE.

include_osp

Whether to return variables available in the original scale (osp suffix, linearized original scale posterior prediction). Default is FALSE.

include_ord

Whether to return variables available in an ordinal scale (ord suffix, measurement model estimates of original scale value). Default is FALSE.

include_nr

Whether to return the number of coders for the variable (nr suffix). Default is FALSE.

include_external

Whether to return variables marked "external", i.e., coming from an external source rather than V-Dem (e_ prefix). Default is FALSE.

Value

A tibble with the V-Dem country identifiers, other state system identifiers, plus the desired variables.

Examples

# Main democracy indexes extract_vdem(section_number = 2)
#> # A tibble: 27,192 x 105 #> vdem_country_name vdem_country_text~ vdem_country_id year extended_country_~ #> <chr> <chr> <dbl> <dbl> <chr> #> 1 Mexico MEX 3 1789 Mexico #> 2 Mexico MEX 3 1790 Mexico #> 3 Mexico MEX 3 1791 Mexico #> 4 Mexico MEX 3 1792 Mexico #> 5 Mexico MEX 3 1793 Mexico #> 6 Mexico MEX 3 1794 Mexico #> 7 Mexico MEX 3 1795 Mexico #> 8 Mexico MEX 3 1796 Mexico #> 9 Mexico MEX 3 1797 Mexico #> 10 Mexico MEX 3 1798 Mexico #> # ... with 27,182 more rows, and 100 more variables: GWn <dbl>, #> # historical_date <date>, project <dbl>, historical <dbl>, histname <chr>, #> # codingstart <dbl>, codingend <dbl>, codingstart_contemp <dbl>, #> # codingend_contemp <dbl>, codingstart_hist <dbl>, codingend_hist <dbl>, #> # gapstart1 <dbl>, gapstart2 <dbl>, gapstart3 <dbl>, gapend1 <dbl>, #> # gapend2 <dbl>, gapend3 <dbl>, gap_index <dbl>, vdem_cown <dbl>, #> # v2x_polyarchy <dbl>, v2x_libdem <dbl>, v2x_partipdem <dbl>, #> # v2x_delibdem <dbl>, v2x_egaldem <dbl>, v2x_api <dbl>, v2x_mpi <dbl>, #> # v2x_freexp_altinf <dbl>, v2x_frassoc_thick <dbl>, v2x_suffr <dbl>, #> # v2xel_frefair <dbl>, v2x_elecoff <dbl>, v2x_liberal <dbl>, v2xcl_rol <dbl>, #> # v2x_jucon <dbl>, v2xlg_legcon <dbl>, v2x_partip <dbl>, v2x_cspart <dbl>, #> # v2xdd_dd <dbl>, v2xel_locelec <dbl>, v2xel_regelec <dbl>, #> # v2xdl_delib <dbl>, v2x_egal <dbl>, v2xeg_eqprotec <dbl>, #> # v2xeg_eqaccess <dbl>, v2xeg_eqdr <dbl>, v2x_polyarchy_codelow <dbl>, #> # v2x_libdem_codelow <dbl>, v2x_partipdem_codelow <dbl>, #> # v2x_delibdem_codelow <dbl>, v2x_egaldem_codelow <dbl>, #> # v2x_api_codelow <dbl>, v2x_mpi_codelow <dbl>, #> # v2x_freexp_altinf_codelow <dbl>, v2x_frassoc_thick_codelow <dbl>, #> # v2xel_frefair_codelow <dbl>, v2x_liberal_codelow <dbl>, #> # v2xcl_rol_codelow <dbl>, v2x_jucon_codelow <dbl>, #> # v2xlg_legcon_codelow <dbl>, v2x_partip_codelow <dbl>, #> # v2x_cspart_codelow <dbl>, v2xel_locelec_codelow <dbl>, #> # v2xel_regelec_codelow <dbl>, v2xdl_delib_codelow <dbl>, #> # v2x_egal_codelow <dbl>, v2xeg_eqprotec_codelow <dbl>, #> # v2xeg_eqaccess_codelow <dbl>, v2xeg_eqdr_codelow <dbl>, #> # v2x_polyarchy_codehigh <dbl>, v2x_libdem_codehigh <dbl>, #> # v2x_partipdem_codehigh <dbl>, v2x_delibdem_codehigh <dbl>, #> # v2x_egaldem_codehigh <dbl>, v2x_api_codehigh <dbl>, v2x_mpi_codehigh <dbl>, #> # v2x_freexp_altinf_codehigh <dbl>, v2x_frassoc_thick_codehigh <dbl>, #> # v2xel_frefair_codehigh <dbl>, v2x_liberal_codehigh <dbl>, #> # v2xcl_rol_codehigh <dbl>, v2x_jucon_codehigh <dbl>, #> # v2xlg_legcon_codehigh <dbl>, v2x_partip_codehigh <dbl>, #> # v2x_cspart_codehigh <dbl>, v2xel_locelec_codehigh <dbl>, #> # v2xel_regelec_codehigh <dbl>, v2xdl_delib_codehigh <dbl>, #> # v2x_egal_codehigh <dbl>, v2xeg_eqprotec_codehigh <dbl>, #> # v2xeg_eqaccess_codehigh <dbl>, v2xeg_eqdr_codehigh <dbl>, #> # GW_startdate <date>, GW_enddate <date>, GWc <chr>, extended_region <chr>, #> # extended_continent <chr>, microstate <lgl>, lat <dbl>, lon <dbl>, #> # in_GW_system <lgl>
# Mid-level indexes, no measures of uncertainty extract_vdem(section_number = 3, include_uncertainty = FALSE)
#> # A tibble: 27,192 x 591 #> vdem_country_name vdem_country_text~ vdem_country_id year extended_country_~ #> <chr> <chr> <dbl> <dbl> <chr> #> 1 Mexico MEX 3 1789 Mexico #> 2 Mexico MEX 3 1790 Mexico #> 3 Mexico MEX 3 1791 Mexico #> 4 Mexico MEX 3 1792 Mexico #> 5 Mexico MEX 3 1793 Mexico #> 6 Mexico MEX 3 1794 Mexico #> 7 Mexico MEX 3 1795 Mexico #> 8 Mexico MEX 3 1796 Mexico #> 9 Mexico MEX 3 1797 Mexico #> 10 Mexico MEX 3 1798 Mexico #> # ... with 27,182 more rows, and 586 more variables: GWn <dbl>, #> # historical_date <date>, project <dbl>, historical <dbl>, histname <chr>, #> # codingstart <dbl>, codingend <dbl>, codingstart_contemp <dbl>, #> # codingend_contemp <dbl>, codingstart_hist <dbl>, codingend_hist <dbl>, #> # gapstart1 <dbl>, gapstart2 <dbl>, gapstart3 <dbl>, gapend1 <dbl>, #> # gapend2 <dbl>, gapend3 <dbl>, gap_index <dbl>, vdem_cown <dbl>, #> # v2asuffrage <dbl>, v2elage <dbl>, v2elcomvot <dbl>, v2elfemrst <dbl>, #> # v2elgvsuflvl <dbl>, v2elsuffrage <dbl>, v2elwestmon <dbl>, #> # v2fsuffrage <dbl>, v2msuffrage <dbl>, v2eldonate <dbl>, v2elpubfin <dbl>, #> # v2elembaut <dbl>, v2elembcap <dbl>, v2elmulpar <dbl>, v2elrgstry <dbl>, #> # v2elvotbuy <dbl>, v2elirreg <dbl>, v2elintim <dbl>, v2elpeace <dbl>, #> # v2elboycot <dbl>, v2elfrcamp <dbl>, v2elpdcamp <dbl>, v2elpaidig <dbl>, #> # v2elfrfair <dbl>, v2eldommon <dbl>, v2elintmon <dbl>, v2elmonden <dbl>, #> # v2elmonref <dbl>, v2elrstrct <dbl>, v2elaccept <dbl>, v2elasmoff <dbl>, #> # v2eltrnout <dbl>, v2elvaptrn <dbl>, v2lpname <chr>, v2slpname <chr>, #> # v2tlpname <chr>, v2elprescons <dbl>, v2elprescumul <dbl>, v2elrsthog <dbl>, #> # v2elrsthos <dbl>, v2elturnhog <dbl>, v2elturnhos <dbl>, v2eltvrexo <dbl>, #> # v2elvotlrg <dbl>, v2elvotsml <dbl>, v2ellocons <dbl>, v2ellocumul <dbl>, #> # v2elloeldm <dbl>, v2elloelsy <dbl>, v2elloseat <dbl>, v2ellostlg <dbl>, #> # v2ellostsl <dbl>, v2ellostsm <dbl>, v2ellostss <dbl>, v2ellosttm <dbl>, #> # v2ellostts <dbl>, v2ellovtlg <dbl>, v2ellovtsm <dbl>, v2ellovttm <dbl>, #> # v2elparlel <dbl>, v2elthresh <dbl>, v2eltvrig <dbl>, v2elrgpwr <dbl>, #> # v2ellocpwr <dbl>, v2elffelr <dbl>, v2elffelrbin <dbl>, v2elsnlsff <dbl>, #> # v2psbars <dbl>, v2psparban <dbl>, v2psoppaut <dbl>, v2psorgs <dbl>, #> # v2psprbrch <dbl>, v2psprlnks <dbl>, v2psplats <dbl>, v2pscnslnl <dbl>, #> # v2pscohesv <dbl>, v2pscomprg <dbl>, v2psnatpar <dbl>, v2pssunpar <dbl>, #> # v2ddlexci <dbl>, v2ddsignci <dbl>, ...
# All indexes about corruption extract_vdem(label_pattern = "corrupt")
#> # A tibble: 27,192 x 63 #> vdem_country_name vdem_country_text~ vdem_country_id year extended_country_~ #> <chr> <chr> <dbl> <dbl> <chr> #> 1 Mexico MEX 3 1789 Mexico #> 2 Mexico MEX 3 1790 Mexico #> 3 Mexico MEX 3 1791 Mexico #> 4 Mexico MEX 3 1792 Mexico #> 5 Mexico MEX 3 1793 Mexico #> 6 Mexico MEX 3 1794 Mexico #> 7 Mexico MEX 3 1795 Mexico #> 8 Mexico MEX 3 1796 Mexico #> 9 Mexico MEX 3 1797 Mexico #> 10 Mexico MEX 3 1798 Mexico #> # ... with 27,182 more rows, and 58 more variables: GWn <dbl>, #> # historical_date <date>, project <dbl>, historical <dbl>, histname <chr>, #> # codingstart <dbl>, codingend <dbl>, codingstart_contemp <dbl>, #> # codingend_contemp <dbl>, codingstart_hist <dbl>, codingend_hist <dbl>, #> # gapstart1 <dbl>, gapstart2 <dbl>, gapstart3 <dbl>, gapend1 <dbl>, #> # gapend2 <dbl>, gapend3 <dbl>, gap_index <dbl>, vdem_cown <dbl>, #> # v2exbribe <dbl>, v2excrptps <dbl>, v2lgcrrpt <dbl>, v2jucorrdc <dbl>, #> # v2mecorrpt <dbl>, v3lgcrrpt <dbl>, v2xnp_regcorr <dbl>, v2x_corr <dbl>, #> # v2x_execorr <dbl>, v2x_pubcorr <dbl>, v2exbribe_codelow <dbl>, #> # v2excrptps_codelow <dbl>, v2lgcrrpt_codelow <dbl>, #> # v2jucorrdc_codelow <dbl>, v2mecorrpt_codelow <dbl>, #> # v3lgcrrpt_codelow <dbl>, v2xnp_regcorr_codelow <dbl>, #> # v2x_corr_codelow <dbl>, v2x_execorr_codelow <dbl>, #> # v2x_pubcorr_codelow <dbl>, v2exbribe_codehigh <dbl>, #> # v2excrptps_codehigh <dbl>, v2lgcrrpt_codehigh <dbl>, #> # v2jucorrdc_codehigh <dbl>, v2mecorrpt_codehigh <dbl>, #> # v3lgcrrpt_codehigh <dbl>, v2xnp_regcorr_codehigh <dbl>, #> # v2x_corr_codehigh <dbl>, v2x_execorr_codehigh <dbl>, #> # v2x_pubcorr_codehigh <dbl>, GW_startdate <date>, GW_enddate <date>, #> # GWc <chr>, extended_region <chr>, extended_continent <chr>, #> # microstate <lgl>, lat <dbl>, lon <dbl>, in_GW_system <lgl>
# All indexes about elections, include external indexes extract_vdem(label_pattern = "elect", include_external = TRUE)
#> # A tibble: 27,192 x 174 #> vdem_country_name vdem_country_text~ vdem_country_id year extended_country_~ #> <chr> <chr> <dbl> <dbl> <chr> #> 1 Mexico MEX 3 1789 Mexico #> 2 Mexico MEX 3 1790 Mexico #> 3 Mexico MEX 3 1791 Mexico #> 4 Mexico MEX 3 1792 Mexico #> 5 Mexico MEX 3 1793 Mexico #> 6 Mexico MEX 3 1794 Mexico #> 7 Mexico MEX 3 1795 Mexico #> 8 Mexico MEX 3 1796 Mexico #> 9 Mexico MEX 3 1797 Mexico #> 10 Mexico MEX 3 1798 Mexico #> # ... with 27,182 more rows, and 169 more variables: GWn <dbl>, #> # historical_date <date>, project <dbl>, historical <dbl>, histname <chr>, #> # codingstart <dbl>, codingend <dbl>, codingstart_contemp <dbl>, #> # codingend_contemp <dbl>, codingstart_hist <dbl>, codingend_hist <dbl>, #> # gapstart1 <dbl>, gapstart2 <dbl>, gapstart3 <dbl>, gapend1 <dbl>, #> # gapend2 <dbl>, gapend3 <dbl>, gap_index <dbl>, vdem_cown <dbl>, #> # v2xel_frefair <dbl>, v2elpeace <dbl>, v2eldommon <dbl>, v2elprescons <dbl>, #> # v2elprescumul <dbl>, v2elvotlrg <dbl>, v2elvotsml <dbl>, v2ellocons <dbl>, #> # v2ellocumul <dbl>, v2elloeldm <dbl>, v2elloelsy <dbl>, v2elloseat <dbl>, #> # v2ellostlg <dbl>, v2ellostsl <dbl>, v2ellostsm <dbl>, v2ellostss <dbl>, #> # v2ellosttm <dbl>, v2ellostts <dbl>, v2ellovtlg <dbl>, v2ellovtsm <dbl>, #> # v2ellovttm <dbl>, v2elparlel <dbl>, v2elthresh <dbl>, v2eltvrig <dbl>, #> # v2elffelr <dbl>, v2elffelrbin <dbl>, v2elsnlsff <dbl>, v2pscnslnl <dbl>, #> # v2exaphos <dbl>, v2ex_elechos <dbl>, v2exaphogp <dbl>, v2ex_elechog <dbl>, #> # v2lgelecup <dbl>, v2lginelup <dbl>, v2lgello <dbl>, v2lginello <dbl>, #> # v3eldirepr <dbl>, v3eldireuc <dbl>, v3eltvriguc <dbl>, v3elupseat <dbl>, #> # v3elupstsl <dbl>, v3elupstsm <dbl>, v3elupvtlg <dbl>, v3elupvtsm <dbl>, #> # v3elloelsy <dbl>, v3elloseat <dbl>, v3ellostlg <dbl>, v3ellostsl <dbl>, #> # v3ellostsm <dbl>, v3ellostss <dbl>, v3ellovtlg <dbl>, v3ellovtsm <dbl>, #> # v3elparlel <dbl>, v3eltvrig <dbl>, v3elvotlrg <dbl>, v3elvotsml <dbl>, #> # v3lgelecup <dbl>, v3lgello <dbl>, v3lginello <dbl>, v3lginelup <dbl>, #> # v3ellocelc <dbl>, v3elsrgel <dbl>, v2x_ex_direlect <dbl>, #> # v2xex_elecreg <dbl>, v2xlg_elecreg <dbl>, v2x_hosabort <dbl>, #> # v2x_hosinter <dbl>, v2x_legabort <dbl>, v2xel_elecparl <dbl>, #> # v2xel_elecpres <dbl>, v2xex_elecleg <dbl>, v2elsnlfc_0 <dbl>, #> # v2elsnlfc_1 <dbl>, v2elsnlfc_2 <dbl>, v2elsnlfc_3 <dbl>, v2elsnlfc_4 <dbl>, #> # v2elsnlfc_5 <dbl>, v2elsnlfc_6 <dbl>, v2elsnlfc_7 <dbl>, v2elsnlfc_8 <dbl>, #> # v2elsnlfc_9 <dbl>, ...
# All civil liberties indexes, include original scale prediction extract_vdem(name_pattern = "^v2cl", include_osp = TRUE)
#> # A tibble: 27,192 x 224 #> vdem_country_name vdem_country_text~ vdem_country_id year extended_country_~ #> <chr> <chr> <dbl> <dbl> <chr> #> 1 Mexico MEX 3 1789 Mexico #> 2 Mexico MEX 3 1790 Mexico #> 3 Mexico MEX 3 1791 Mexico #> 4 Mexico MEX 3 1792 Mexico #> 5 Mexico MEX 3 1793 Mexico #> 6 Mexico MEX 3 1794 Mexico #> 7 Mexico MEX 3 1795 Mexico #> 8 Mexico MEX 3 1796 Mexico #> 9 Mexico MEX 3 1797 Mexico #> 10 Mexico MEX 3 1798 Mexico #> # ... with 27,182 more rows, and 219 more variables: GWn <dbl>, #> # historical_date <date>, project <dbl>, historical <dbl>, histname <chr>, #> # codingstart <dbl>, codingend <dbl>, codingstart_contemp <dbl>, #> # codingend_contemp <dbl>, codingstart_hist <dbl>, codingend_hist <dbl>, #> # gapstart1 <dbl>, gapstart2 <dbl>, gapstart3 <dbl>, gapend1 <dbl>, #> # gapend2 <dbl>, gapend3 <dbl>, gap_index <dbl>, vdem_cown <dbl>, #> # v2cltort <dbl>, v2clkill <dbl>, v2clslavem <dbl>, v2clslavef <dbl>, #> # v2cltrnslw <dbl>, v2clrspct <dbl>, v2clacjstm <dbl>, v2clacjstw <dbl>, #> # v2clacjust <dbl>, v2clsocgrp <dbl>, v2clrgunev <dbl>, v2clsnlpct <dbl>, #> # v2cldiscm <dbl>, v2cldiscw <dbl>, v2clacfree <dbl>, v2clrelig <dbl>, #> # v2clfmove <dbl>, v2cldmovem <dbl>, v2cldmovew <dbl>, v2clstown <dbl>, #> # v2clprptym <dbl>, v2clprptyw <dbl>, v2clgencl <dbl>, v2clgeocl <dbl>, #> # v2clpolcl <dbl>, v2clrgstch_0 <dbl>, v2clrgstch_1 <dbl>, #> # v2clrgstch_2 <dbl>, v2clrgstch_3 <dbl>, v2clrgstch_4 <dbl>, #> # v2clrgstch_5 <dbl>, v2clrgstch_6 <dbl>, v2clrgstch_7 <dbl>, #> # v2clrgstch_8 <dbl>, v2clrgstch_9 <dbl>, v2clrgstch_10 <dbl>, #> # v2clrgstch_11 <dbl>, v2clrgstch_12 <dbl>, v2clrgstch_13 <dbl>, #> # v2clrgstch_14 <dbl>, v2clrgstch_15 <dbl>, v2clrgstch_16 <dbl>, #> # v2clrgstch_17 <dbl>, v2clrgstch_18 <dbl>, v2clrgstch_19 <dbl>, #> # v2clrgstch_20 <dbl>, v2clrgstch_21 <dbl>, v2clrgwkch_0 <dbl>, #> # v2clrgwkch_1 <dbl>, v2clrgwkch_2 <dbl>, v2clrgwkch_3 <dbl>, #> # v2clrgwkch_4 <dbl>, v2clrgwkch_5 <dbl>, v2clrgwkch_6 <dbl>, #> # v2clrgwkch_7 <dbl>, v2clrgwkch_8 <dbl>, v2clrgwkch_9 <dbl>, #> # v2clrgwkch_10 <dbl>, v2clrgwkch_11 <dbl>, v2clrgwkch_12 <dbl>, #> # v2clrgwkch_13 <dbl>, v2clrgwkch_14 <dbl>, v2clrgwkch_15 <dbl>, #> # v2clrgwkch_16 <dbl>, v2clrgwkch_17 <dbl>, v2clrgwkch_18 <dbl>, #> # v2clrgwkch_19 <dbl>, v2clrgwkch_20 <dbl>, v2clrgwkch_21 <dbl>, #> # v2cltort_osp <dbl>, v2clkill_osp <dbl>, v2clslavem_osp <dbl>, #> # v2clslavef_osp <dbl>, v2cltrnslw_osp <dbl>, v2clrspct_osp <dbl>, #> # v2clacjstm_osp <dbl>, v2clacjstw_osp <dbl>, v2clacjust_osp <dbl>, #> # v2clsocgrp_osp <dbl>, v2clrgunev_osp <dbl>, v2cldiscm_osp <dbl>, ...
# Combine section and label patterns extract_vdem(section_number = 1, label_pattern = "elect", include_external = TRUE)
#> # A tibble: 27,192 x 174 #> vdem_country_name vdem_country_text~ vdem_country_id year extended_country_~ #> <chr> <chr> <dbl> <dbl> <chr> #> 1 Mexico MEX 3 1789 Mexico #> 2 Mexico MEX 3 1790 Mexico #> 3 Mexico MEX 3 1791 Mexico #> 4 Mexico MEX 3 1792 Mexico #> 5 Mexico MEX 3 1793 Mexico #> 6 Mexico MEX 3 1794 Mexico #> 7 Mexico MEX 3 1795 Mexico #> 8 Mexico MEX 3 1796 Mexico #> 9 Mexico MEX 3 1797 Mexico #> 10 Mexico MEX 3 1798 Mexico #> # ... with 27,182 more rows, and 169 more variables: GWn <dbl>, #> # historical_date <date>, project <dbl>, historical <dbl>, histname <chr>, #> # codingstart <dbl>, codingend <dbl>, codingstart_contemp <dbl>, #> # codingend_contemp <dbl>, codingstart_hist <dbl>, codingend_hist <dbl>, #> # gapstart1 <dbl>, gapstart2 <dbl>, gapstart3 <dbl>, gapend1 <dbl>, #> # gapend2 <dbl>, gapend3 <dbl>, gap_index <dbl>, vdem_cown <dbl>, #> # v2xel_frefair <dbl>, v2elpeace <dbl>, v2eldommon <dbl>, v2elprescons <dbl>, #> # v2elprescumul <dbl>, v2elvotlrg <dbl>, v2elvotsml <dbl>, v2ellocons <dbl>, #> # v2ellocumul <dbl>, v2elloeldm <dbl>, v2elloelsy <dbl>, v2elloseat <dbl>, #> # v2ellostlg <dbl>, v2ellostsl <dbl>, v2ellostsm <dbl>, v2ellostss <dbl>, #> # v2ellosttm <dbl>, v2ellostts <dbl>, v2ellovtlg <dbl>, v2ellovtsm <dbl>, #> # v2ellovttm <dbl>, v2elparlel <dbl>, v2elthresh <dbl>, v2eltvrig <dbl>, #> # v2elffelr <dbl>, v2elffelrbin <dbl>, v2elsnlsff <dbl>, v2pscnslnl <dbl>, #> # v2exaphos <dbl>, v2ex_elechos <dbl>, v2exaphogp <dbl>, v2ex_elechog <dbl>, #> # v2lgelecup <dbl>, v2lginelup <dbl>, v2lgello <dbl>, v2lginello <dbl>, #> # v3eldirepr <dbl>, v3eldireuc <dbl>, v3eltvriguc <dbl>, v3elupseat <dbl>, #> # v3elupstsl <dbl>, v3elupstsm <dbl>, v3elupvtlg <dbl>, v3elupvtsm <dbl>, #> # v3elloelsy <dbl>, v3elloseat <dbl>, v3ellostlg <dbl>, v3ellostsl <dbl>, #> # v3ellostsm <dbl>, v3ellostss <dbl>, v3ellovtlg <dbl>, v3ellovtsm <dbl>, #> # v3elparlel <dbl>, v3eltvrig <dbl>, v3elvotlrg <dbl>, v3elvotsml <dbl>, #> # v3lgelecup <dbl>, v3lgello <dbl>, v3lginello <dbl>, v3lginelup <dbl>, #> # v3ellocelc <dbl>, v3elsrgel <dbl>, v2x_ex_direlect <dbl>, #> # v2xex_elecreg <dbl>, v2xlg_elecreg <dbl>, v2x_hosabort <dbl>, #> # v2x_hosinter <dbl>, v2x_legabort <dbl>, v2xel_elecparl <dbl>, #> # v2xel_elecpres <dbl>, v2xex_elecleg <dbl>, v2elsnlfc_0 <dbl>, #> # v2elsnlfc_1 <dbl>, v2elsnlfc_2 <dbl>, v2elsnlfc_3 <dbl>, v2elsnlfc_4 <dbl>, #> # v2elsnlfc_5 <dbl>, v2elsnlfc_6 <dbl>, v2elsnlfc_7 <dbl>, v2elsnlfc_8 <dbl>, #> # v2elsnlfc_9 <dbl>, ...