-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
Hello,
I get an error when using plot_ma() with a wald-test object.
The error message is (I've translated it from german if it is not completely correct):
Error in FUN(X[[i]], ...) : Object 'mean_obs' not found
After assuring that I really gave a wald-test object as a parameter to the function I dug into the source code of the function and found that on line 664 of the plots.R sleuth_results() is called without pval_aggregate=FALSE. I assume the default value is TRUE. The function then returns a result set without the columns 'mean_obs' and 'b'. This seems to be the source of the error message. After manually doing the steps, but with pval_aggregate=FALSE it seems to work just fine.
best,
Nadine
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels