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 tried to replicate the results described in the Markov Models for Health Economic Evaluations:
The R Package "heemod" vignette. But it throws an error in the res_dsa () function and hence the subsequence commands.
res_dsa <- run_dsa(res_mod, dsa = def_dsa)
Running DSA on strategy 'base'...
|=========================================================================================|100% ~0 s remaining Running DSA on strategy 'med'...
|=========================================================================================|100% ~0 s remaining Running DSA on strategy 'surg'...
|=========================================================================================|100% ~0 s remaining
plot(res_dsa, result = "cost", strategy = "med")
Error: predicate must be a closure or function pointer
The text was updated successfully, but these errors were encountered:
I tried to replicate the results described in the Markov Models for Health Economic Evaluations:
The R Package "heemod" vignette. But it throws an error in the res_dsa () function and hence the subsequence commands.
res_dsa <- run_dsa(res_mod, dsa = def_dsa)
Running DSA on strategy 'base'...
|=========================================================================================|100% ~0 s remaining Running DSA on strategy 'med'...
|=========================================================================================|100% ~0 s remaining Running DSA on strategy 'surg'...
|=========================================================================================|100% ~0 s remaining
plot(res_dsa, result = "cost", strategy = "med")
Error:
predicate
must be a closure or function pointerThe text was updated successfully, but these errors were encountered: