knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

shinyecdm

R build status Package-License-brightgreen.svg?style=flat)

The goal of shinyecdm is to provide a user interface for the estimation routines in the ecdm R package.

Installation

You can install shinyecdm from GitHub with:

if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("tmsalab/shinyecdm")

Usage

Load the shinyecdm package into R:

library(shinyecdm)

Exploratory CDM models can be estimated with:

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:

citation("shinyecdm")

License

GPL (>= 2)



tmsalab/shinyecdm documentation built on July 3, 2021, 6:16 p.m.