Displaying 1 result from an estimated 1 matches for "countrylabel".
Did you mean:
countrylabels
2011 Feb 27
1
stata.get labels glm()
...country variable 'v2'.
> wvs1981 <- stata.get("C:/wvs1981_v20090906.dta", lowernames = FALSE, convert.dates = TRUE, convert.factors = FALSE, missing.type = FALSE, convert.underscore = TRUE, warn.missing.labels = TRUE, force.single = TRUE, allow=NULL, charfactor=FALSE)
> countrylabels <- attributes(wvs1981)$stata.info$label.table$v2
> countrylabels
japan mexico south africa hungary australia tambov argentina finland south korea
13 14 15 16 17 20 22 23 24
I k...