Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • I need help on Data reshaping

    hello everybody,
    because I need to transfer the datasets from longitude to panel data,
    those are what I did, anyone could help me out ??
    thanks a lot
    Click image for larger version

Name:	Screen Shot 2020-03-10 at 11.38.12.png
Views:	1
Size:	54.3 KB
ID:	1540581
    Click image for larger version

Name:	Screen Shot 2020-03-10 at 11.38.26.png
Views:	1
Size:	45.9 KB
ID:	1540582

    Click image for larger version

Name:	Screen Shot 2020-03-10 at 11.38.44.png
Views:	1
Size:	24.5 KB
ID:	1540583

  • #2
    A small but important difference:
    Code:
    reshape long yr, i[c_id] j[year]
    reshape long yr, i(c_id) j(year)

    Comment


    • #3
      Originally posted by Wouter Wakker View Post
      A small but important difference:
      Code:
      reshape long yr, i[c_id] j[year]
      reshape long yr, i(c_id) j(year)
      oh my gosh, thanks a lot !!!!!! thank you so much

      Comment

      Working...
      X