Skip to content
Prev 340151 / 398500 Next

How to create multi variables

On May 13, 2014, at 7:22 PM, yuanzhi wrote:

            
If you used:

 myvec <- vector("list", 10)  # it would succeed.

# In R lists _are_ vectors (but not atomic)
You need more study with  R programming basic texts.