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)
- Host: GitHub
- URL: https://github.com/dataknit/tidymrp
- Owner: dataknit
- License: agpl-3.0
- Created: 2020-08-27T16:32:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T15:17:03.000Z (10 months ago)
- Last Synced: 2024-09-15T06:15:50.289Z (8 months ago)
- Topics: mrp, multilevel-models, multilevel-regression, poststratification, r, r-package, rstats, survey, survey-statistics
- Language: R
- Homepage:
- Size: 2.99 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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
```