Hello,
in using vector() we can create a vector and fill in like this
v <- vector()
v <- c(v,2)
v <- c(v,c(5,10,23))
but I wanna know if it's possible to do the same with the list I don't fond how?
Can you help me?
Thanks.
___________________________________________________________________________
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.