Giter Club home page Giter Club logo

ipeds's Introduction

Stata Interface to the Integrated Postsecondary Education Data System

IPEDS is an US Department of Education initiative created to collect and report data related to post-secondary institutions, their students, their faculty, and their outcomes. This is a fairly robust source for post-secondary data in the United States.

Why a Stata package for this?

There is a single instance of a Stata program related to IPEDS developed by Adam Ross Nelson. However, this is implemented as a series of do files for specific surveys and obscures some of the survey specific differences that users may find more useful. The goal of this package is to create a Stata executable that will allow end users to browse/search the available files, download files of interest as a single batch process, and provide standardized tools for data munging across the files.

Why is there so much Mata code?

The full list of available files occupies approximately 963 records. However, the data are clearly structured hierarchically :

Year -> Surveys -> Titles -> Files

In order to make the search/browing functionality work effectively it needs to perform relatively quickly. By storing these data in a series of nested Mata arrays the memory footprint should be minimized as much as possible and each search will have a smaller number of items to search over.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.