Announcement

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

  • How can I Correctly Import This online Dataset via Stata?

    http://faculty.washington.edu/heager...douts/cd4.data
    I tried many times to import this online dataset into Stata. However, the layout is problematic.
    Can someone help me?
    Thank you!

  • #2
    "If I use the command 'insheet using "http://faculty.washington.edu/heagerty/Courses/b571/handouts/cd4.data", delimiter(" ")' directly,
    all the data will be merged into a single column.

    Comment


    • #3
      Code:
      infile var1-var8 using http://faculty.washington.edu/heagerty/Courses/b571/handouts/cd4.data

      Comment

      Working...
      X