search for: nadata

Displaying 3 results from an estimated 3 matches for "nadata".

Did you mean: adata
2012 Jun 29
5
Insert row in specific location between data frames
...31.941509 5 27.908320 6 11.594137 7 9.368125 8 12.319093 9 11.558811 10 NA .... and it becomes 19 rows in this data. however, I can't do this. my scipt is following topdata <- predict_SO2_a[1:10,] bottomdata <- predict_SO2_a[11:nrow(predict_SO2_a),] nadata <- data.frame(NA) d1 <- rbind(topdata,nadata) d2 <- rbind(d1, bottomdata) what is my problem?! Thank in advance! -- View this message in context: http://r.789695.n4.nabble.com/Insert-row-in-specific-location-between-data-frames-tp4634905.html Sent from the R help mailing list archive...
2009 Aug 20
2
Insert rows in between dataframes
Hi all, Can anyone suggest me how to insert rows in between data frames and also keep the ordering of row numbers correct? Estimate Std. Error t value Pr(>|t|) recmeanC2 9.275880e-17 6.322780e-17 1.467057e+00 0.14349903 recmeanC3 1.283534e-17 2.080644e-17 6.168929e-01 0.53781390
2009 Sep 21
9
Handling missing data
I have to remove missing data both in character and numeric datatype.I tried using NA condition but it is not working ,please help me to solve this. -- View this message in context: http://www.nabble.com/Handling-missing-data-tp25530192p25530192.html Sent from the R help mailing list archive at Nabble.com.