Description Usage Arguments Value Examples
View source: R/make_table_stress_state.R
This function takes the list of state values and generates a B times 4 dataframe with the Bank_name, a_1, e_1, and lambda_1
1 |
dat |
a list of state matrices. The output of |
a B times 4 dataframe with the variables Bank_name, a_1, e_1, and lambda_1
1 2 3 | stress_data <- make_stress_data(eba_exposures_2016, eba_impairments_2016, 1, 2015)
state_variables <- make_state_variables(stress_data)
make_table_stress_state(state_variables)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.