An open API service indexing awesome lists of open source software.

https://github.com/dataknit/tidymrp

Tidy multilevel regression and poststratification (MRP)
https://github.com/dataknit/tidymrp

mrp multilevel-models multilevel-regression poststratification r r-package rstats survey survey-statistics

Last synced: 6 months ago
JSON representation

Tidy multilevel regression and poststratification (MRP)

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# tidymrp

The goal of tidymrp is to ...

## Installation

You can install the development version of tidymrp from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("jokroese/tidymrp")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(tidymrp)
## basic example code
```