https://github.com/alexanderrobitzsch/mdmb
Model Based Treatment of Missing Data
https://github.com/alexanderrobitzsch/mdmb
missing-data multiple-imputation
Last synced: 18 days ago
JSON representation
Model Based Treatment of Missing Data
- Host: GitHub
- URL: https://github.com/alexanderrobitzsch/mdmb
- Owner: alexanderrobitzsch
- Created: 2017-06-24T15:23:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T07:20:50.000Z (over 1 year ago)
- Last Synced: 2025-12-09T10:58:15.125Z (3 months ago)
- Topics: missing-data, multiple-imputation
- Language: R
- Homepage: https://alexanderrobitzsch.github.io/mdmb/
- Size: 1.17 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdmb
#### Model Based Treatment of Missing Data
If you use `mdmb` and have suggestions for improvement or have found bugs, please email me at robitzsch@leibniz-ipn.de.
Please always provide a minimal dataset, necessary to demonstrate the problem,
a minimal runnable code necessary to reproduce the issue, which can be run on the given dataset, and
all necessary information on the used librarys, the R version, and the OS it is run on, perhaps a `sessionInfo()`.
#### Manual
The manual may be found here [https://alexanderrobitzsch.github.io/mdmb/](https://alexanderrobitzsch.github.io/mdmb/)
#### CRAN version `mdmb` 1.9-22 (2024-07-15)
[](https://cran.r-project.org/package=mdmb)
The official version of `mdmb` is hosted on CRAN and may be found [here](https://cran.r-project.org/package=mdmb).
The CRAN version can be installed from within R using:
```r
utils::install.packages("mdmb")
```
#### GitHub version `mdmb` 1.10-1 (2024-07-15)
[](https://github.com/alexanderrobitzsch/mdmb)
The version hosted [here](https://github.com/alexanderrobitzsch/mdmb) is the development version of `mdmb`.
The GitHub version can be installed using `devtools` as:
```r
devtools::install_github("alexanderrobitzsch/mdmb")
```