Description Usage Arguments Details Value See Also Examples
This GUI allows real-time simulations of utility diffusion processes with various paramaters to better understand the dynamics of first trials.
1 2 3 4 5 6 7 8 |
user |
string or list of model specifications.
If Otherwise |
Tend |
|
quantiles |
if given, also the quantiles of the (cumulative) number of adopters
is shown. Note that |
included.models |
character vector of standard models that should be included in the gui. Default is all. |
data, dt, cumdata |
A vector of number of trials |
... |
additional, secondary options, see RFoptions. |
The package allows for parallel computing when the number of repetitions is larger than one. See the example below. HOWEVER THIS FUNCTION MAY NOT BE USED TOGETHER WITH THE R PACKAGE PARALLEL, OR SIMILAR PACKAGES.
Comments on the model definition and the gui are given in file adoption_gui.pdf.
A list of models with the latest parameters chosen.
See the file adoption_gui.pdf for an introduction.
1 2 3 |
RFoptions(cores=2) ## see package RandomFieldsUtils
adoption(gui=interactive())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.