I have a big dataset that I need to append: Dataset1 and Dataset2.
I need to append Dataset2 from Dataset1.
Dataset1 only has the names in the firstrow (i.e. country1_2000, country1_2001,...country1_2020, country2_2000,...country2_2020,...)
Dataset2 has arbitrary variable names with the actual data (v1,v2,......)
I need to append Dataset2 to Dataset1 while keeping the variable names.
Is there a way to do this? Basically, I want the Stata to append exactly column by column.
For example column1 in Dataset2 to column1 in Dataset1.
Related Posts with Append ignoring different variable names
npregress derivatives at different points instead of average of totalI am running a nonparametric regression using the following code: Code: npregress kernel log_totEx…
coefplot graph: how to drop _cons in mixed-model graph?I have a logistic regression graph which contains an unadjusted (univariate) model between age, gend…
Grouping Variables?Working to group multiple variables with same description under the same name in a table. Variables …
rangestathi all, I am trying to figure out how to use -rangestat- for the following dataset example using -d…
Nearstat count number of neighbors that satisfy a certain conditionHello everyone, Currently, I am trying to generate a variable that indicates me the number of neigh…
Subscribe to:
Post Comments (Atom)
0 Response to Append ignoring different variable names
Post a Comment