search for: 201209

Displaying 2 results from an estimated 2 matches for "201209".

Did you mean: 201202
2013 Jan 24
3
how to combine unequal rows and columns in R
...st: crosspries $crosspries[[1]] Product Year_Month prod1 A 201208 1 B 201208 2 C 201208 1 $crosspries[[2]] Product Year_Month prod1 prod2 A 201209 1 1 B 201209 2 2 D 201209 1 1 F 201209 2 1 I want to get the following dataframe: Product Year_Month prod1 prod2 A 201208 1...
2012 Nov 18
3
Replace <NA> with something else
...stands for north america. As it comes in, R converts the NA over to <NA>. What is the cleanest way to change the <NA> values to something else. In other words, get rid of the brackets ? Maybe convert <NA> to NAM. 635 LA 201207 557329 636 LA 201208 683771 637 LA 201209 613851 638 LA 201210 764217 639 LA 201211 212897 782 <NA> 200701 875634 783 <NA> 200702 614856 784 <NA> 200703 521520 785 <NA> 200704 1406400 -- View this message in context: http://r.789695.n4.nabble.com/Replace-NA-with-something-else-tp4649974.html...