get_evo_settings {martini} | R Documentation |
Creates a list composed by all evo
settings, with the
values provided by the user, or the default ones if none is provided.
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), skat, trend. |
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.
martini:::get_evo_settings() martini:::get_evo_settings(associationScore = "skat")