Difference between revisions of "Software Tools"

Jump to: navigation, search
 
(18 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== Read First ==
* '''Software tools''' are a crucial component of performing [[Sampling & Power Calculations#Software Tools|sampling and power calculations]] in development research.
==Introduction==
==Introduction==
<onlyinclude>
<onlyinclude>
There is a broad range of software tools available for data analysis. Some, like [[Software Tools#Stata | Stata]], are proprietary and specialized for applications to econometric problems in the survey-data context; others, like [[Software Tools#R | 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]]).
There is a broad range of software tools available for data analysis. Some, like [[Software Tools#Stata | Stata]], are proprietary and specialized for applications to econometric problems in the survey-data context; others, like [[Software Tools#R | 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]]).
</onlyinclude>
</onlyinclude>
== Guidelines ==
== Statistical Software ==  
=== Statistical Software ===  
==== Stata ====
==== Stata ====
Stata is a proprietary statistical software package widely adopted by economists. It can be used for [[Data Cleaning | data cleaning]], [[Data Analysis | analysis]] and [[Data Visualization | visualization]], and allows users to create [[Reproducible Research#Code replication | 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.
Stata is a proprietary statistical software package widely adopted by economists. It can be used for [[Data Cleaning | data cleaning]], [[Data Analysis | analysis]] and [[Data visualization | visualization]], and allows users to create [[Reproducible Research#Code replication | 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 ====
R is a free, open-source programming language that is commonly used to conduct statistical analyses. As an object-oriented language, 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.
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 ====
Line 24: Line 26:
QGIS is an open-source GIS package for Windows and Mac.  
QGIS is an open-source GIS package for Windows and Mac.  


=== Data Visualization Software ===
== Data Visualization Software ==
==== Tableau ====
=== Tableau ===


=== 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]. LaTeX's web-based tool, [[Collaboration Tools | Overleaf]], is a great collaboration tool.  While new alternatives based on, for example, Microsoft Word that skip LaTeX altogether are emerging, DIME Analytics recommends LaTeX/Overleaf as they are more comprehensive and the resources online are much more well developed than for any of the new tools.


== Back to Parent==
== Back to Parent==
Line 34: Line 37:


== Additional Resources ==
== Additional Resources ==
[[Power calculation software]]
*DIME Analytics, [https://osf.io/tcfvb Geospatial Data in Stata Using: <code>spmap</code>]
*DIME Analytics, [https://github.com/worldbank/DIME-LaTeX-Templates LaTeX Training]
*DIME Analytics, [https://osf.io/4jbwk Intro to LaTex]
*DIME Analytics, [https://osf.io/qf6vy Intro to LaTex Using Overleaf]
* American Economic Association, [https://aeadataeditor.github.io/presentation-20191211//#9 AEA Data and Code Availability Policy - by Lars Vilhuber]


[[Category: Software Tools]]
[[Category: Technical Tools]]

Latest revision as of 19:49, 29 June 2023

Read First

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).

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. LaTeX's web-based tool, Overleaf, is a great collaboration tool. While new alternatives based on, for example, Microsoft Word that skip LaTeX altogether are emerging, DIME Analytics recommends LaTeX/Overleaf as they are 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