Displaying 1 result from an estimated 1 matches for "nfcuy_bw".
2012 Sep 28
4
Merging multiple columns into one column
Good Evening-
I have a dataframe that has 10 columns that has a header and 7306 rows in
each column, I want to combine these columns into one. I utilized the stack
function but it only returned 3/4 of the data...my code is:
where nfcuy_bw is the dataframe with 7305 obs. and 10 variables
Once I apply this code I only receive a data frame with 58440 obs. of 2
variables, of which there should be 73,050 obs. of 2 variables, just
wondering what is happening here?
View(nfcuy_bw)
attach(nfcuy_bw)
cuyahoga_nf<-data.frame(s5,s10,s25,s...