Hi everyone!
I would like to "concatenate" many columns with missing values in one. Below is an example of my subset:
A B C D
1 . . .
. 2 . .
. . 3 .
. . . 4
What I would like is to "merge" from variables A to D in order to have a variable Z :
Z
1
2
3
4
Any help would be greatly appreciated, thank you.
Related Posts with Combining many columns with missing values
svyset for repeated cross-sectional survey data // calculating averages & proportionsHey everyone, I am preparing for my Master's dissertation, and it is my first time performing data …
Finding minimum distance between countiesHello, My dataset has three columns. In column 1 I have county1 which is a set of a fixed number of…
ICC for count models. …
Replace missing data with mean or average for summative scale purposesHi, I fully understand the issues with mean imputation, but I still need to use this as a quick solu…
reshape wide to long with bighello, I am working with panel data and I would like to convert data from wide format to long format…
Subscribe to:
Post Comments (Atom)
0 Response to Combining many columns with missing values
Post a Comment