Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ordering of printed 'result' object for log raw_output #46

Open
SarahNv opened this issue May 1, 2023 · 0 comments
Open

ordering of printed 'result' object for log raw_output #46

SarahNv opened this issue May 1, 2023 · 0 comments
Assignees

Comments

@SarahNv
Copy link
Collaborator

SarahNv commented May 1, 2023

In test_sensitivity_ln.R

Need to make sure the two if/else generated list of results on 281:301 have equal dimensions (e.g., first table has notice_se but second table does not have notice_se). It messes up the printed results in the Shiny app. I propose to add the following to the second table generated by the else statement:

    } else {
      result <- list(conclusion1,
                     conclusion1b,
                     conclusion1c,
                     Implied_Table = final_solution$table_start, 
                     notice,
                     Transfer_Table = final_solution$table_final,
                     conclusion2, 
                     conclusion3,
                     RIR = RIR,
                    notice_SE = " ")
    }

Happy to discuss the structure and what would be best for future additions/developments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants