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

Bugfix: Visualize_Poisson() log exposure #252

Closed
mattroumaya opened this issue Mar 8, 2022 · 0 comments · Fixed by #253
Closed

Bugfix: Visualize_Poisson() log exposure #252

mattroumaya opened this issue Mar 8, 2022 · 0 comments · Fixed by #253
Assignees
Milestone

Comments

@mattroumaya
Copy link
Contributor

Expected Behavior

dfInput <- AE_Map_Adam( safetyData::adam_adsl, safetyData::adam_adae )
SafetyAE <- AE_Assess( dfInput , bDataList=TRUE)
dfBounds <- Analyze_Poisson_PredictBounds(SafetyAE$dfTransformed, c(-5,5))
Visualize_Poisson(SafetyAE$dfFlagged, dfBounds)

Current Behavior

  • Error produced
Error in `.data$LogExposure`:
! Column `LogExposure` not found in `.data`.

Possible Solution

.data$LogExposure becomes log(.data$TotalExposure)

Steps to Reproduce

  • Run test code above

Possible Implementation

  • Simple change noted above should fix the current version
  • Development also TBD for adding Analyze_Wilcoxon()
@mattroumaya mattroumaya self-assigned this Mar 8, 2022
@mattroumaya mattroumaya added this to the v0.2.0 milestone Mar 8, 2022
@mattroumaya mattroumaya linked a pull request Mar 8, 2022 that will close this issue
jwildfire added a commit that referenced this issue Mar 8, 2022
closes #252 - bugfix for Visualize_Poisson()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant