Get the log_qij values from the coefficient data frame.
getLog_qij.Rd
Get the log_qij values from the coefficient data frame.
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)