An open API service indexing awesome lists of open source software.

https://github.com/jrfiedler/matatools

Tools for Stata's Mata language
https://github.com/jrfiedler/matatools

Last synced: 17 days ago
JSON representation

Tools for Stata's Mata language

Awesome Lists containing this project

README

        

matatools
=========

A collection of tools for Stata's Mata language.

Description
-----------
This is a repository of miscellaneous tools that may be useful for Mata programmers. This repo is currently in pre-release.

Descriptions, remarks, and examples are collected by file.

[**matatools_asarray.mata**](README_asarray.md) - convenience functions for associative arrays

[**matatools_capture.mata**](README_capture.md) - for capturing errors and/or output

[**matatools_count.mata**](README_count.md) - functions for counting matrix contents

Authors
-------
James Fiedler (jrfiedler at gmail dot com)

George Vega (g dot vegayon at gmail dot com)