-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
72 lines (50 loc) · 1.76 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
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%"
)
```
## errum
<!-- badges: start -->
[](https://github.com/tmsalab/errum/actions)
[-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
[](https://CRAN.R-project.org/package=errum)
<!-- badges: end -->
Perform a Bayesian estimation of the Exploratory reduced Reparameterized Unified
Model ('ErRUM') described by Culpepper and Chen (2018).
### Installation
You can install `errum` from CRAN using:
```{r cran-installation, eval = FALSE}
install.packages("errum")
```
Or, you can be on the cutting-edge development version on GitHub using:
```{r gh-installation, eval = FALSE}
if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("tmsalab/errum")
```
### Usage
To use the `errum` package, load it into _R_ using:
```{r example, message = FALSE}
library("errum")
```
From there, the errum model can be estimated using:
```{r errum-est, eval = FALSE}
errum_model = errum(<data>, <k>, chain_length = 10000)
```
### Authors
James Joseph Balamuta, Steven Andrew Culpepper, and Jeffrey A. Douglas
### Citing the errum package
To ensure future development of the package, please cite `errum`
package if used during an analysis or simulation studies. Citation information
for the package may be acquired by using in *R*:
```{r, eval = FALSE}
citation("errum")
```
### License
GPL (>= 2)