We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Visualize_Poisson()
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)
Error in `.data$LogExposure`: ! Column `LogExposure` not found in `.data`.
.data$LogExposure becomes log(.data$TotalExposure)
.data$LogExposure
log(.data$TotalExposure)
Analyze_Wilcoxon()
The text was updated successfully, but these errors were encountered:
closes #252 - bugfix for Visualize_Poisson()
02a81f7
Merge pull request #253 from Gilead-BioStats/fix-252
396522d
mattroumaya
Successfully merging a pull request may close this issue.
Expected Behavior
Visualize_Poisson()
Current Behavior
Possible Solution
.data$LogExposure
becomeslog(.data$TotalExposure)
Steps to Reproduce
Possible Implementation
Analyze_Wilcoxon()
The text was updated successfully, but these errors were encountered: