-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.rmd
48 lines (32 loc) · 2.05 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
---
title: "pim package"
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
[![Build_Status](https://travis-ci.org/CenterForStatistics-UGent/pim.svg?branch=master)](https://travis-ci.org/CenterForStatistics-UGent/pim)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/pim)](http://cran.r-project.org/package=pim)
## Overview
pim is a package providing probabilistix index models in R, and is available on CRAN. The stable release can be installed using `install.packages("pim")`. The updated stable version in this repo can be installed using the `devtools` package.
```
devtools::install_github("CenterForStatistics-UGent/pim")
```
If you want to install the development version in the branch `devel`, you
can use:
```
devtools::install_github("CenterForStatistics-UGent/pim", ref = "devel")
```
## Older versions
The current version of the pim package works differently from the example code used in the original publications. The current package provides extensive help pages and a vignette you can use as a reference. With `vignette("pim")` you'll open a PDF with this reference material.
If you insist on trying the old version, you can find this on the [R-Forge repository](https://r-forge.r-project.org/R/?group_id=1120). The R-Forge repository is maintained solely for legacy reasons, but no longer actively used for development. Unless you have a very good reason to do so, we strongly encourage you to use the stable version on CRAN or the development version here on github.
## References
The methodology is described in the following paper:
Thas O, De Neve J, Clement L and Ottoy J (2012). “Probabilistic Index
Models.” _Journal of the Royal Statistical Society B_, **74**(4), pp.
623-671. [doi: 10.1111/j.1467-9868.2011.01020.x ](https://doi.org/10.1111/j.1467-9868.2011.01020.x)
Please refer to the methodological paper when using the pim package for research. How to refer to the pim package itself, is shown by
```
citation("pim")
```