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:
Exploratory CDM models can be estimated with:
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.
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)