runSimulations {clinDR} | R Documentation |
Shiny app for function emaxsim(B)
Description
Shiny app for function emaxsim(B)
Usage
runSimulations()
Note
The code section of the shiny app provides the code required for batch execution of the current shiny results.
The 'Analysis' section of the shiny app must be visited before an example can be run.
For Bayesian output, the clinDR
package function compileStanModels()
must be executed
once before using the shiny app or any of the package functions
utilizing Bayes methods.
Author(s)
Neal Thomas, Mike K. Smith
See Also
Examples
if (interactive()) {
runSimulations ()
}
[Package clinDR version 2.4.1 Index]