We gladly take comments and updates! You can check out videos on my YouTube channel, as well as watching or starring the github repo.
You can look at our how-to guide by going to: https://www.aggieerin.com/shiny-server/. This information is also present in the help files for each function, however, pictures are included on the website.
You can now install MOTE directly from CRAN: install.packages("MOTE").
To install the development version of the package take the following steps:
-
Install
devtoolsif you do not have it.devtoolsis a package that allows you to install packages from github.install.packages("devtools") -
Install the
MOTEpackage by running the following:devtools::install_github("doomlab/MOTE") -
Load the library to get started!
library(MOTE) -
Enjoy MOTE.
You can also use the Shiny App!
1.5 - Removed dependencies to ensure easier maintenance and installation. Cleaned up formulas and help page consistency.
1.0.3 - Fixed a few typos
1.0.2 - Updated mathematical error in d.dep.t.rm confidence interval calculation.
1.0.1 - Initial CRAN release