Problems with accessing double elements in a list in R

前端 未结 2 377
时光说笑
时光说笑 2021-01-28 03:58

I have performed a bootstrapping with 2.000 resamples of the Lee Carter model for mortality projection. The question is not specific for mortality studies, but on more general d

2条回答
  •  青春惊慌失措
    2021-01-28 04:37

    You may want to have a look at the purrr package and the family of map functions, or tidyr and the hoist funtion.

    (If you want code that works, you indeed need to provide some data!)

提交回复
热议问题