Description Usage Arguments Value Examples
Function to make nested lists (store modeling output)
1 | make_nested_list(dim_lvl_1, dim_lvl_2)
|
dim_lvl_1 |
Dimensions of outer level (ie. Number of PCP's) |
dim_lvl_2 |
Dimensions of inner level (ie. Number of covariates) |
A nested list with two levels
1 2 3 4 | ## Not run:
make_nested_list(5, 7)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.