EconPapers    
Economics at your fingertips  
 

LABUTIL2: Stata module to manage value and variable labels

Daniel Klein ()
Additional contact information
Daniel Klein: Universität Kassel

Statistical Software Components from Boston College Department of Economics

Abstract: labutil2 is a bundle of programs to manage value and variable labels. labdu eliminates unused value labels or deletes values from value labels, labellist lists and returns contents of value labels attached to variables, labmm modifies multiple value labels, labmv changes numeric missing values to extended missing values preserving value labels, labrec modifies value labels and recodes variables accordingly, labvalch3 changes text in value labels, labvalcl clears value labels of null strings, labvalpool pools sets of value labels, labvars labels a list of varibles, txtlabdef defines value labels from a text file and uselab lists value labels together with variables using them. labcpy defines newlblname as a modified copy of oldlblname. labdeval defines a value label and attaches it to a list of variables. labren changes value label names. labmvs changes numeric values associated with strings to extended missing values. Numeric values are changed to successive extended missing value codes, starting with .a. Thus, the numeric value associated with the first string specified, will be coded .a, the value associated with the second string, .b and so on. Value labels are modified accordingly. labgen2 creates a new variable and labels it. The syntax is the same as with generate with the exception, that either a variable label, or option definition is specified additionally. labascii defines value labels from a plain text file that contains only ASCII characters. In filename each line, starting with a valid value label name, marks the beginning of a new value label. The lines in between define the integer-to-text mappings. Lines starting with non-integer numbers are skipped. Optionally a do-file, containing the value label definitions, is created. labrecode modifies value labels and recode variables they are attached to.

Language: Stata
Requires: Stata version 9.2 (10.1 for labmvs)
Keywords: data management; values; missing values; value labels (search for similar items in EconPapers)
Date: 2011-08-23, Revised 2013-04-06
Note: This module should be installed from within Stata by typing "ssc install labutil2". The module is made available under terms of the GPL v3 (https://www.gnu.org/licenses/gpl-3.0.txt). Windows users should not attempt to download these files with a web browser.
References: Add references at CitEc
Citations:

Downloads: (external link)
http://fmwww.bc.edu/repec/bocode/l/labutil2.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/d/dslab.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/d/dslab.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labdu.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labdu.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labellist.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labellist.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labmm.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labmm.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labmv.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labmv.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labrec.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labrec.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labvalch3.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labvalch3.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labvalcl.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labvalcl.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labvalpool.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labvalpool.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labvars.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labvars.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labunab.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labunab.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labcpy.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labcpy.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labdeval.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labdeval.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labren.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labren.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labmvs.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labmvs.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labmvs9.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labmvs9.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/t/txtlabdef.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/t/txtlabdef.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/u/uselab.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/u/uselab.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labgen2.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labgen2.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labascii.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labascii.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labrecode.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/labrecode.hlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/lab2varn.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/l/lab2varn.hlp help file (text/plain)

Related works:
This item may be available elsewhere in EconPapers: Search for items with the same title.

Export reference: BibTeX RIS (EndNote, ProCite, RefMan) HTML/Text

Persistent link: https://EconPapers.repec.org/RePEc:boc:bocode:s457320

Ordering information: This software item can be ordered from
http://repec.org/docs/ssc.php

Access Statistics for this software item

More software in Statistical Software Components from Boston College Department of Economics Boston College, 140 Commonwealth Avenue, Chestnut Hill MA 02467 USA. Contact information at EDIRC.
Bibliographic data for series maintained by Christopher F Baum ().

 
Page updated 2025-03-30
Handle: RePEc:boc:bocode:s457320