powered by
Retrieve the value labels for a specific Stata label set.
get.label(dat, label.name)
Returns a named vector of code numbers
data.frame. Data.frame created by read.dta13.
read.dta13
character. Name of the Stata label set
Jan Marvin Garbuszus jan.garbuszus@ruhr-uni-bochum.de
Sebastian Jeworutzki sebastian.jeworutzki@ruhr-uni-bochum.de
This function returns the table of factor levels which represent a Stata label set. The name of a label set for a variable can be obtained by get.label.name.
get.label.name
dat <- read.dta13(system.file("extdata/statacar.dta", package="readstata13")) labname <- get.label.name(dat,"type") get.label(dat, labname)
Run the code above in your browser using DataLab