Skip to content
Prev 316383 / 398503 Next

Can I define a object array in R?

Hello,

You can store any kind of objects in a list. More or less like the 
following.

tlist <- vector("list", 100)

n <- 10
tlist[[n]] <- C5.0(...)


Hope this helps,

Rui Barradas

Em 29-01-2013 07:01, cuiyan escreveu: