hi have a question about merging.
helloR wrote:
this is the problem: load this R data frame over the internet and save it to your hard drive. http://rss.acs.unt.edu/Rdoc/library/twang/data/raceproling.RData ... please show how to save a dataset of males only (the variable male=1) to a new dataframe. Then do the now to merge: ..
Interesting homework.
helloR wrote:
I tried >merge(newr,news)
In R-world, other than in c, you have to assign the result to change it. Something like realynew <- merge(....) could help. Dieter
View this message in context: http://r.789695.n4.nabble.com/hi-have-a-question-about-merging-tp3079559p3079701.html Sent from the R help mailing list archive at Nabble.com.