Skip to content
Prev 299843 / 398503 Next

For loop help

Hello,

Please don't post datasets like this, it's unusable by us. Use dput().

?dput
dput(head(myData, 20))  # post the output of this.


Paste the output of that command in a post. It starts with 'structure'. 
Don't worry if it looks awkward, it is, on the contrary, very usefull. 
All we need to do s to paste it n an R session to have an exact copy of 
your data, dat <- structure(...etc...).

Hope this helps,

Rui Barradas

Em 11-07-2012 19:10, cs389 escreveu: