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
Error with the XTLSDVC commandI have run the xtlsdvc command for panel estimation and there is the following error. I would apprec…
Ridge Parameter KCan somebody please tell me how to calculate, the ridge parameter k which determines by how much the…
Calling a program inside a loopDear All, I have been trying to call a certain program inside a loop. (I have placed it outside the…
Testing linearity with a plot of standardized residualsHi forum! I have a question for you. I tried to assess the linearity assumption of my multiple linea…
How to take fixed effects into account using "bysort i"Hi, I would like to regress an equation using paneldata, but I would like to find estimates for eve…
Subscribe to:
Post Comments (Atom)
0 Response to Combining many columns with missing values
Post a Comment