Hi,

Looking to see how to unstack a dataframe using RCommander. The dataset I'm
using is:

http://www.sagepub.com/dsur/study/DSUR%20Data%20Files/Chapter%209/SpiderLong.dat

I want to use RCommander to change it to this form:

http://www.sagepub.com/dsur/study/DSUR%20Data%20Files/Chapter%209/SpiderWide.dat

Possible?

In R, I would just load the datafile into spiderLong, then run
unstack(spiderLong,Anxiety~Group), but I am trying to find out if I can do
the same just using RCommander.

D.



--
View this message in context: 
http://r.789695.n4.nabble.com/Unstack-a-dataframe-using-RCommander-tp4683072.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org 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.

Reply via email to