Description Usage Arguments Value Examples
Sorts the variables in the model and summarizes the variables included and whether they enter linearly or not in a string. For internal use in memoization.
1 | sorting_func(individual_row, Kvar, Kint)
|
individual_row |
Vector containing the model |
Kvar |
Maximum number of variables allowed in the final model |
Kint |
Maximum number of interactions allowed in the final model |
A string summarizing the model.
1 2 3 4 5 6 7 8 | individual_row <- c("x1","0","x4","x3","0","x8","1","0","0","0","0","1")
Kvar <- 6
Kint <- 0
## Not run:
sorting_func(individual_row,Kvar,Kint)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.