You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an error while using the plot_values() function from the heemod package in R. Specifically, when I attempt to use the panels = "by_value" argument, I receive the following error message:
> plot(result$model_runs, type = "values", panels = "by_state")
Error in plot.run_model(result$model_runs, type = "values", panels = "by_state") :
'panels' arguement not compatible.
Is there any possibility to tabulate or generate a graph that shows the cost and QALY by stage and by cycle of the entire simulation?
I am using heemod version 0.14.4 and R version 4.2.2.
The text was updated successfully, but these errors were encountered:
I am experiencing an error while using the plot_values() function from the heemod package in R. Specifically, when I attempt to use the panels = "by_value" argument, I receive the following error message:
Is there any possibility to tabulate or generate a graph that shows the cost and QALY by stage and by cycle of the entire simulation?
I am using heemod version 0.14.4 and R version 4.2.2.
The text was updated successfully, but these errors were encountered: