Description Usage Arguments Value
View source: R/fun_run_infomove.r
Run the infomove simulation.
1 2 3 4 5 6 7 8 9 10 11 12 | run_infomove(
ssh_con = "some server",
password = "some password",
type = "noinfo",
phi = 15,
rho = 0.1,
gens = "100000",
timesteps = 100,
init_d = 0.5,
leader_choices = 2,
rep_n = 5
)
|
ssh_con |
The ssh address. Typically a p-number at peregrine.hpc.rug.nl |
password |
Connection password. |
type |
The simulation type. Currently "info" or "noinfo". |
phi |
Value (vector) of PHI values. |
rho |
Value (vector) of RHO values. |
gens |
Maximum number of generations. |
timesteps |
Timesteps per generation. |
init_d |
Initial Value of aspiration level D. |
leader_choices |
How many leaders can be assessed. |
rep_n |
How many rep_n to run. |
Nothing. Runs the infomove simulation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.