-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathderivescores.pkg
69 lines (69 loc) · 2.35 KB
/
derivescores.pkg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
v 3
d 'derivescores': Stata tool to enable structured derivation of variables from classifications based on classification tables
d
d 'derivescores' is a Stata program enabling users to derive variables from classifications of any kind,
d albeit designed for generating status variables from coded occupational information.
d
d This is the development version of the package. This means, it is possibly unstable
d or may contain errors. If you're looking for the latest stable version,
d you should search SSC from within Stata.
d
d Requires: Stata version 14 or newer
d
d Distribution-Date: 20230228
d
d Authors: Daniel Bela and Knut Wenzig
d Support: {browse "https://github.com/dirtyhawk/stata-derivescores"}
f ado/derivescores.ado
f ado/derivescores_destring.ado
f ado/derivescores_crosswalk.ado
f ado/derivescores_help.ado
f ado/derivescores_info.ado
f ado/derivescores_list.ado
f ado/derivescores_setup.ado
f ado/derivescores_valuelabel.ado
f ado/derivescores_wipe.ado
f help/derivescores.sthlp
f help/gnugpl.sthlp
F tables/ConceptSchemes_Correspondences.csv
F tables/EGP_Ganzeboom.csv
F tables/ISCO-08_Ganzeboom.csv
F tables/ISCO-08_Kantar.csv
F tables/ISCO-08_ILO.csv
F tables/ISCO-08_Infas.csv
F tables/ISCO-08_Infas--ISCO-08_Ganzeboom.csv
F tables/ISCO-08_Kantar--ISCO-08_Ganzeboom.csv
F tables/ISCO-08_Kantar--ISCO-08_ILO.csv
F tables/ISCO-88_Ganzeboom_EGP_Ganzeboom_aux1.csv
F tables/ISCO-88_Ganzeboom_EGP_Ganzeboom_aux2.csv
F tables/ISCO-08_Ganzeboom--ISCO-88_Ganzeboom.csv
F tables/ISCO-08_Ganzeboom--ISEI.csv
F tables/ISCO-08_Ganzeboom--SIOPS.csv
F tables/ISCO-08_ILO--ISCO-08_Ganzeboom.csv
F tables/ISCO-68_Ganzeboom.csv
F tables/ISCO-68_Ganzeboom--ISEI.csv
F tables/ISCO-68_ILO.csv
F tables/ISCO-68_ILO--ISCO-68_Ganzeboom.csv
F tables/ISCO-68_SOEPdepr.csv
F tables/ISCO-68_SOEPdepr--ISCO-68_ILO.csv
F tables/ISCO-88_COM.csv
F tables/ISCO-88_COM--ISCO-88_ILO.csv
F tables/ISCO-88_Ganzeboom.csv
F tables/ISCO-88_Ganzeboom--EGP_Ganzeboom.csv
F tables/ISCO-88_Ganzeboom--ISEI.csv
F tables/ISCO-88_Ganzeboom--MPS88.csv
F tables/ISCO-88_Ganzeboom--SIOPS.csv
F tables/ISCO-88_Kantar.csv
F tables/ISCO-88_Kantar--ISCO-88_Ganzeboom.csv
F tables/ISCO-88_ILO.csv
F tables/ISCO-88_ILO--ISCO-88_Ganzeboom.csv
F tables/ISEI.csv
F tables/SIOPS.csv
F tables/KldB2010.csv
F tables/KldB2010--ISCO-08_ILO.csv
F tables/KldB88.csv
F tables/KldB88--KldB2010.csv
F tables/KldB92_LV5.csv
F tables/MPS88.csv
e
* EOF