-
Notifications
You must be signed in to change notification settings - Fork 1
/
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, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# shinyecdm
<!-- badges: start -->
[![R build status](https://github.com/tmsalab/shinyecdm/workflows/R-CMD-check/badge.svg)](https://github.com/tmsalab/shinyecdm/actions)
[![Package-License](http://img.shields.io/badge/license-GPL%20(%3E=2)-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
<!-- badges: end -->
The goal of `shinyecdm` is to provide a user interface for the estimation routines
in the [`ecdm`](https://github.com/tmsalab/ecdm) R package.
## Installation
You can install `shinyecdm` from GitHub with:
```{r gh-installation, eval = FALSE}
if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("tmsalab/shinyecdm")
```
## Usage
Load the `shinyecdm` package into _R_:
```r
library(shinyecdm)
```
Exploratory CDM models can be estimated with:
```r
shiny_edina()
```
## Details
The `shinyecdm` package is designed to provide a method for non-R aficionados
to use the `ecdm` estimation routines. To do so, the `ecdm` routines are
_wrapped_ into a web interface that is powered by the `shiny` package. As a
result, the estimation methods can be served either _locally_ or _remotely_
through a server equipped with shiny.
## Authors
James Joseph Balamuta, Steven Andrew Culpepper, and Jeffrey Douglas
## Citing the shinyecdm package
To ensure future development of the package, please cite `shinyecdm`
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("shinyecdm")
```
## License
GPL (>= 2)