Description Usage Arguments Value Examples
Mutates both the variables included and the model structure. Internal use only.
1 | mut_func(mutation_row, Kvar, Kint, pm, pint, pnonpar, pintnonpar, regressors)
|
mutation_row |
Vector containing a model. |
Kvar |
Maximum number of variables allowed in the final model |
Kint |
Maximum number of interactions allowed in the final model |
pm |
Mutation rate for variables. |
pint |
Mutation rate for interactions of variables. |
pnonpar |
Mutation rate for model structure of main terms. |
pintnonpar |
Mutation rate for model structure of interaction terms. |
regressors |
Total number of variables considered. |
Vector containing the mutated model.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.