View source: R/default_params_doc.R
default_params_doc | R Documentation |
Default parameters documentation
default_params_doc(
model,
data_name,
results_root_folder,
daisie_data,
array_index,
file_path,
results,
cond,
optimmethod,
methode,
model_1,
model_2,
model_1_lik_res,
model_2_lik_res,
model_lik_res,
lik_res,
data_names,
full_output,
seed,
test,
logs_path,
results_dir,
overall_results,
sumstats,
ylim4,
title,
ddmodel,
verbose,
island_ontogeny,
eqmodel,
tol,
maxiter,
x_E,
x_I,
mainland_n,
low_rates,
rep_index,
res,
prop_type2_pool,
par_upper_bound
)
model |
A string with model that should run. Models are as follows:
|
data_name |
String. Will be used for the name of the created output folder. |
results_root_folder |
Character. A path to the root folder containing subfolders. Each subfolder contains result files for analysis runs. |
daisie_data |
A list, conforming to the |
array_index |
A single numeric with the array index. It is used for naming the output file. |
file_path |
The system directory where the output files will be stored. |
results |
A data frame containing model results as created by
|
cond |
An integer specifying conditioning, as described in
|
optimmethod |
Method used in likelihood optimization. Default is
|
methode |
Method of the ODE-solver. Supported Boost |
model_1 |
A string with model that should run. For a list of options
see documentation for |
model_2 |
A string with model that should run. For a list of options
see documentation for |
model_1_lik_res |
A data frame with results from a DAISIE maximum likelihood model. |
model_2_lik_res |
A data frame with results from a DAISIE maximum likelihood model. |
model_lik_res |
A data frame with results from a DAISIE maximum likelihood model. |
lik_res |
A data frame with results from a DAISIE maximum likelihood model. |
data_names |
A vector of strings with the names of the data sets you want to compare sensitivity. |
full_output |
A boolean determining whether the full model output is returned. |
seed |
Integer with value to be used as the seed for Mersenne-Twister.
This value is determined by |
test |
A boolean, defaults to |
logs_path |
Character with path to the folder containing logs. Only log files should be present, in plain text format. |
results_dir |
A string with the path to the directory where results
are to be stored or can be found. For example, if the data in question
is (to be) stored in |
overall_results |
summary results obtained with
|
sumstats |
vector with the number of species, number of colonization, size of the largest clade and the rank of the largest clade in the empirical data |
ylim4 |
maximum of the plot of the rank of the largest clade. |
title |
title of the plot. |
ddmodel |
Sets the model of diversity-dependence:
|
verbose |
In simulation and dataprep functions a logical,
|
island_ontogeny |
In |
eqmodel |
Sets the equilibrium constraint that can be used during the
likelihood optimization. Only available for datatype = 'single'. |
tol |
Sets the tolerances in the optimization. Consists of:
|
maxiter |
Sets the maximum number of iterations in the optimization. |
x_E |
Sets the fraction of the equlibrium endemic diversity above which
the endemics are assumed to be in equilibrium; only active for
|
x_I |
Sets the fraction of the equlibrium non-endemic diversity above
which the system is assumed to be in equilibrium; only active for
|
mainland_n |
A numeric stating the number of mainland species, that is the number of species that can potentially colonize the island. If using a clade-specific diversity dependence, this value is set to 1 internally in the simulation. If using an island-wide diversity dependence, this value is set to the number of mainland species. |
low_rates |
Boolean determining whether the random sampling of initial parameter estimates should be sampled from a broad range (FALSE) or from a restricted range where the initial rates a ensured to be smaller (TRUE). The latter helps when using large datasets that may fail the initial likelihood computation with higher rates that could be sampled from the broad range of rates. |
rep_index |
A string which by default is "NULL" (it is a string and not a true NULL due to being passed from the command line), or can be a string of a numeric which is used to detect whether multiple data set from the same data source is being run. This is the case, for example, when fitting a DAISIE model to a posterior distribution of data. |
res |
A numeric determining the resolution of the likelihood calculations, it sets the limit for the maximum number of species for which a probability must be computed, which must be larger than the size of the largest clade. |
prop_type2_pool |
A numeric determining the proportion of the mainland species pool that is composed on type 2 species. |
par_upper_bound |
A numeric defining the upper limit of the integration of a parameter when fitting the relaxed-rate DAISIE model. If the DAISIE model being applied is not the relaxed-rate model, this parameter can be ignored and left as its default as it does not influence the model. |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.