The goal of shinyecdm
is to provide a user interface for the
estimation routines in the ecdm
R
package.
You can install shinyecdm
from GitHub with:
if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("tmsalab/shinyecdm")
Load the shinyecdm
package into R:
library(shinyecdm)
Exploratory CDM models can be estimated with:
shiny_edina()
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.
James Joseph Balamuta, Steven Andrew Culpepper, and Jeffrey Douglas
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")
GPL (>= 2)