Description Usage Arguments Value Examples
Creates a list composed by all evo
settings, with the
values provided by the user, or the default ones if none is provided.
1 2 3 4 5 6 7 | get_evo_settings(
associationScore = "chi2",
modelScore = "bic",
etas = numeric(),
lambdas = numeric(),
debug = FALSE
)
|
associationScore |
Association score to measure association between genotype and phenotype. Possible values: chi2 (default), glm. |
modelScore |
Model selection criterion Possible values: consistency, bic (default), aic, aicc, mbic. |
etas |
Numeric vector with the etas to explore in the grid search. If ommited, it's automatically created based on the association scores. |
lambdas |
Numeric vector with the lambdas to explore in the grid search. If ommited, it's automatically created based on the association scores. |
debug |
Display additional information. Possible values: TRUE, FALSE (default). |
A list of evo
settings.
1 2 | martini:::get_evo_settings()
martini:::get_evo_settings(associationScore = "skat")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.