Skip to contents

Get the log_qij values from the coefficient data frame.

Usage

getLog_qij(dtf_coef)

Arguments

dtf_coef

The coefficient data frame.

Value

The coefficient data frame with log_qij column added.

Examples

list_var <- init_variable()
#> Variable name should not contain digits, spaces, or special characters.
#> If any of these are present, they will be removed from the variable name.
dtf_coef <- getInput2simulation(list_var, 10)
dtf_coef <- getLog_qij(dtf_coef)