Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Copying the contents of existing variables into a new variable


From   Lucie Vlach <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: Copying the contents of existing variables into a new variable
Date   Thu, 24 May 2012 12:36:38 -0600

Hello everyone!

I need to create a new variable that will copy data from other variables (2 or more) and combine them into the new one. The existing vars will only have a number or missing value.
I found something similar on this list, and I tried:

gen newvar = max(var1, var2) if missing(var1, var2)

But it’s changing the value of var1.
I would like to see the newvar look like this:

SAMPLE DATA:
var1  var 2   newvar
345    .        345
345    .        345
345    .        345
345    .        345
.       678     678
.       678     678
.       678     678
.       678     678
ETC
(I use Stata/IC 11.2)

I tried to find a solution for a while now, and I am stuck. Any help is much appreciated!
Thank you!
Lucie

This message and any attached documents are only for the use of the intended recipient(s), are confidential and may contain privileged information. Any unauthorized review, use, retransmission, or other disclosure is strictly prohibited. If you have received this message in error, please notify the sender immediately, and then delete the original message. Thank you.

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index