Description Usage Arguments Details Value Author(s) See Also Examples
This function merges panel data based on their
"xtdata" attributes.
1 |
x |
a data frame with the |
y |
a data frame with the |
t |
the name of the time period variable in the data
frames, which propagates to |
t.x |
the name of the time period variable in the first dataset. |
t.y |
the name of the time period variable in the second dataset. |
... |
other methods passed to |
The function is intended to work as merge with a
safety check: it will refuse to merge data that do not
carry identical formats for their unique identifiers and
time periods, as it will refuse to merge data of
different primary type.
If the type parameter is set to "country",
the function will also try to resolve data frames with
different country code formats by matching them to
iso3n codes with xtcountry.
a data frame
Francois Briatte f.briatte@ed.ac.uk
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.