使用包earth,我有许多模型,我想通过索引号调用模型。
我尝试过使用列表,但这不起作用。
a <- list(a)
a[1] <- earth(Volume ~ ., data = trees1)
a[2] <- earth(Volume ~ ., data = trees2)
a[3] <- earth(Volume ~ ., data = trees3)
我会很感激你的帮助。
使用包earth,我有许多模型,我想通过索引号调用模型。
我尝试过使用列表,但这不起作用。
a <- list(a)
a[1] <- earth(Volume ~ ., data = trees1)
a[2] <- earth(Volume ~ ., data = trees2)
a[3] <- earth(Volume ~ ., data = trees3)
我会很感激你的帮助。