Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Grund committed Mar 15, 2017
1 parent 214e242 commit 3e8c638
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,23 @@ This [R](https://www.r-project.org/) package provides tools for multiple imputat
It includes a user-friendly interface to the packages `pan` and `jomo`, and several functions for visualization, data management, and the analysis of multiply imputed data sets.

The purpose of `mitml` is to provide users with a set of effective and user-friendly tools for multiple imputation of multilevel data without requiring advanced knowledge of its statistical underpinnings.
Examples and additional information can be found in the official [documentation](https://cran.r-project.org/web/packages/mitml/mitml.pdf) of the package.
Examples and additional information can be found in the official [documentation](https://cran.r-project.org/package=mitml/mitml.pdf) of the package and in the [Wiki](https://github.com/simongrund1/mitml/wiki) pages on GitHub.

If you use `mitml` and have suggestions for improvement, please email me (see [here](https://cran.r-project.org/package=mitml)) or file an [issue](https://github.com/simongrund1/mitml/issues) at the GitHub repository.

#### CRAN version

The official version of `mitml` is hosted on CRAN and may be found [here](https://cran.r-project.org/package=mitml). The CRAN version can be install from within R using:
The official version of `mitml` is hosted on CRAN and may be found [here](https://cran.r-project.org/package=mitml). The CRAN version can be installed from within R using:

```R
```r
install.packages("mitml")
```

#### GitHub version
The version hosted here is essentially a snapshot of the CRAN version, allowing better tracking of [issues](https://github.com/simongrund1/mitml/issues) and requests for future release. In general, however, it may be different from the CRAN version and might contain intended changes in advance. The GitHub version can be installed using `devtools` as:

```R
The version hosted here is the development version of `mitml`, allowing better tracking of [issues](https://github.com/simongrund1/mitml/issues) and possibly containing features and changes in advance. The GitHub version can be installed using `devtools` as:

```r
install.packages("devtools")
devtools::install_github("simongrund1/mitml")
```
Expand Down

0 comments on commit 3e8c638

Please # to comment.