Hi all!
I hope you can guide me in the following question. In te following dataset:
id Ya Yb id_2
1-1 .6249384 .7929984 1-1
1-1 . . 1-2
1-1 . . 2-1
1-2 . . 1-1
1-2 .6531338 .5850651 1-2
1-2 . . 2-1
2-1 . . 1-1
2-1 . . 1-2
2-1 .8717756 .890541 2-1
How can I replace the value of Ya for id == 1,1, for all observations that meet id == 1,1?
and so also for Yb, but with the variable id_2?
The goal is to get the following dataset:
id Ya Yb id_2
1-1 .6249384 .7929984 1-1
1-1 .6249384 .5850651 1-2
1-1 .6249384 .890541 2-1
1-2 .6531338 .7929984 1-1
1-2 .6531338 .5850651 1-2
1-2 .6531338 .890541 2-1
2-1 .8717756 .7929984 1-1
2-1 .8717756 .5850651 1-2
2-1 .8717756 .890541 2-1
Thank you very much in advance.
Greetings,
Related Posts with Replace values of one variable according to the categories of another
Heteroskedasticy in Ordered Probit Model: does heteroprob command solves the problem? How?Question correction: Sorry! I meant to say "hetoprobit", not "heteroprobit" Hi! I'm conducting an…
Question on putpdfHi, guys, I have a question on putpdf command. I am putting the graph I generated into two pdf sepa…
Hausman Test resultArray This is the output of my Hausman test.. what does it mean by model fitted on these data do…
Creating an equity risk premiumI have a data set with the following variables: S & P 500 Returns 3-month T-bill returns 10-y…
Significant coefficient in logistic regression, but overlapping marginsDear members, I am running a logistic regression of a binary variable on a set of independent varia…
Subscribe to:
Post Comments (Atom)
0 Response to Replace values of one variable according to the categories of another
Post a Comment