knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

quickcountmx

R build status

Functions to simulate and estimate Mexican election results based on a simple or stratified random sample, the functions were used, among other methodologies, to anticipate the final results of the 2021 Mexican elections.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("cotecora-team-2/quickcountmx")

Example

Basic examples:

library(quickcountmx)
## basic example code


cotecora-team-2/quickcountmx documentation built on July 17, 2025, 5:14 a.m.