Using a loop to create a polynomial model gives R trouble understanding it?

前端 未结 0 1953
温柔的废话
温柔的废话 2020-12-01 04:05

I create a lot of polynomial models to compare them, so I used a loop like this:

library(ISLR)
library(boot)
data(Wage)

list = list()
for (i in 1:10){
  list         


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