Difference between revisions of "Software Tools"

Jump to: navigation, search
Line 29: Line 29:
=== Text Editing Software ===
=== Text Editing Software ===
==== LaTeX ====
==== LaTeX ====
DIME has prepared resources for getting started with LaTeX and how to write fully replicable documents using LaTeX. See the resource [https://github.com/worldbank/DIME-LaTeX-Templates here]. While new alternatives based on, for example, Microsoft Word that skip LaTeX altogether are emerging, we are still recommending LaTeX as it is more comprehensive and the resources online are much more well developed than for any of the new tools.


== Back to Parent==
== Back to Parent==

Revision as of 16:36, 5 June 2019

Introduction

There is a broad range of software tools available for data analysis. Some, like Stata, are proprietary and specialized for applications to econometric problems in the survey-data context; others, like R, are open-source and follow more general coding standards so that they are more readily adaptable to tasks that are not well-defined in the econometric framework (such as Spatial Analysis).

Guidelines

Statistical Software

Stata

Stata is a proprietary statistical software package widely adopted by economists. It can be used for data cleaning, analysis and visualization, and allows users to create reproducible code as well as using point-and-click commands. Its biggest advantage it that, given its widespread use among economists and the possibility of creating user-written commands, there is a wide variety of microeconometric methods that can be implemented with Stata. Stata can also be used to create maps and dynamic documents, though this last feature is restricted to Stata 15. Unfortunately, it can be rather expensive for a full version, and version upgrades are at full price.

R

R is a free, open-source programming language that is commonly used to conduct statistical analyses. It supports a diverse range of packages and processes, such as geospatial calculation, machine learning tools, and advanced graphics. However, its versatility is dependent on that code syntax and function structure, compared to other software that operates more like a record of actions in relatively more "plain-English" command styles.

EViews

EViews is a statistical package mainly used for time-series econometrics.

SPSS

SPSS is a statistical package used mainly in social sciences.

GIS Software

ArcGIS

ArcGIS is a proprietary GIS package for Windows.

QGIS

QGIS is an open-source GIS package for Windows and Mac.

Data Visualization Software

Tableau

Text Editing Software

LaTeX

DIME has prepared resources for getting started with LaTeX and how to write fully replicable documents using LaTeX. See the resource here. While new alternatives based on, for example, Microsoft Word that skip LaTeX altogether are emerging, we are still recommending LaTeX as it is more comprehensive and the resources online are much more well developed than for any of the new tools.

Back to Parent

This page is part of the topic Software Tools

Additional Resources

Software Tools for Power Calculations