make_nested_list: Function to make nested lists (store modeling output)

Description Usage Arguments Value Examples

Description

Function to make nested lists (store modeling output)

Usage

1
make_nested_list(dim_lvl_1, dim_lvl_2)

Arguments

dim_lvl_1

Dimensions of outer level (ie. Number of PCP's)

dim_lvl_2

Dimensions of inner level (ie. Number of covariates)

Value

A nested list with two levels

Examples

1
2
3
4
## Not run: 
make_nested_list(5, 7)

## End(Not run)

jjwillard/wfbmcr documentation built on May 7, 2019, 9:21 p.m.