Rolling stepwise regression with dplyr

前端 未结 0 1780
我在风中等你
我在风中等你 2020-12-23 14:22

I want to make an rolling stepwise regression with dplyr, do() and rollapply(). My code for the data looks like this:

    FUND_DATA <- tibble(
  DATE = 1:1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题