Will Hulme

Results 1 comments of Will Hulme

Hello @lbakerIsazi, the `lift_*()` functions from the `purrr` package can help in this situation. For instance: lapply(c(1,2,3), function(y) purrr::lift_dl(hmmNorm)(mean = y, sd = 0.5)) will behave as you need. `lift_dl(hmmNorm)`...