Announcement

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

  • Best way for a beginner to learn Stata and practise commands

    Hello everyone,

    I am new to Stata and have recently started learning it through an online course. My background is in data analytics and business intelligence, where I mainly use Power BI and SQL.

    Could anyone recommend the best way to learn Stata effectively, especially for practising commands and workflows? Also, does Stata provide any kind of sandbox environment or sample datasets that beginners can use for practice?

    Thank you in advance for any guidance

  • #2
    Hi Liz,

    Welcome to the forum and welcome to Stata! Stata does come with pre-loaded datasets and then access to the datasets that are associated with manuals can also be found:
    Code:
    * Datasets installed with Stata
    help dta_examples
    
    * Datasets associated with the manuals
    help dta_manuals
    Without knowing more about your role and use cases, it's hard to say where to start. Will you mostly be doing data management and graphing? If so, start with the Data Management and Graphics manuals and work you way through those, coding along as you read. If you will be doing some particular modeling activities, start with the relevant manual.

    Comment


    • #3
      Actually, before digging into the Data Management and Graphics manuals, I suggest you start with the Getting Started and Users' Guide manuals to get a general overview for Stata command language syntax, and the way Stata "thinks about" data. This general "gestalt" of Stata is, I think you will find, rather different from what you are used to with SQL (I'm not familiar with Power BI so can't comment on that one.) Then you can turn to the manuals most focused on the type of commands you will be using most in your work.

      Comment


      • #5
        Liz:
        welcome to this forum.
        I do share all the previus helfpul recommendations.
        In addition, as the saying goes, the more you practise by yourself, the luckier you get with spotting the right Stata code/module.
        Unfortunately, the opposite also holds !
        Kind regards,
        Carlo
        (Stata 19.0)

        Comment


        • #6
          Thank you all for the helpful recommendations and resources. I appreciate the guidance on starting with the Getting Started and User’s Guide manuals and practising with the built-in datasets. I will begin working through those while continuing my online course. Thanks again for the advice. Kind regards, Liz

          Comment

          Working...
          X