Announcement

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

  • Presenting the list of countries in a table

    Hello everyone,

    For my Master' thesis, I am trying to create a table like the one attached below. Unfortunately, I have not been able to find any command useful to do that.

    Click image for larger version

Name:	Cattura.PNG
Views:	1
Size:	74.2 KB
ID:	1621913


    Does someone know how to achieve this? Attaullah Shah, would it be possible with asdoc?
    Thank you in advance for your time

  • #2
    If it is a Stata dataset, you can use the asdoc list command.
    Code:
    sysuse auto
    asdoc list make price mpg, replace
    Click image for larger version

Name:	Capture.JPG
Views:	1
Size:	61.6 KB
ID:	1621962


    You may also like asdocx, that is more powerful and flexible, see details here
    https://fintechprofessor.com/asdocx
    Regards
    --------------------------------------------------
    Attaullah Shah, PhD.
    Professor of Finance, Institute of Management Sciences Peshawar, Pakistan
    FinTechProfessor.com
    https://asdocx.com
    Check out my asdoc program, which sends outputs to MS Word.
    For more flexibility, consider using asdocx which can send Stata outputs to MS Word, Excel, LaTeX, or HTML.

    Comment

    Working...
    X