-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
57 lines (38 loc) · 2.14 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
<!-- badges: start -->
[![R-CMD-check](https://github.com/hanneoberman/miceheckman/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/hanneoberman/miceheckman/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/hanneoberman/miceheckman/branch/main/graph/badge.svg)](https://app.codecov.io/gh/hanneoberman/miceheckman?branch=main)
[![CRAN status](https://www.r-pkg.org/badges/version/miceheckman)](https://CRAN.R-project.org/package=miceheckman)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
# `miceheckman` <a href='https://amices.org/'><img src="man/figures/logo.png" align="right" height="139" /></a>
Additional imputation function for the `R` package `mice`, according to the Heckman model.
The goal of miceheckman is to ...
## Installation
You can install the development version of miceheckman from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("hanneoberman/miceheckman")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(miceheckman)
## basic example code
```
## Code of Conduct
Please note that the `miceheckman` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## Funding
This project has received funding from the European Union's Horizon 2020 research and innovation programme under ReCoDID grant agreement No 825746.
The views expressed in this paper are the personal views of the authors and may not be understood or quoted as being made on behalf of or reflecting the position of the regulatory agency/agencies or organizations with which the authors are employed/affiliated.