@@ -33,7 +33,7 @@ limitations under the License.
3333## Usage
3434
3535``` javascript
36- var cps = require ( ' @stdlib/datasets/cps-wages-1985' );
36+ var cps = require ( ' @stdlib/datasets/berndt- cps-wages-1985' );
3737```
3838
3939#### cps()
@@ -48,28 +48,15 @@ var data = cps();
4848Each ` array ` element has the following eleven fields:
4949
5050- ** education** : number of years of education.
51-
52- - ** south** : indicator variable for southern region (1 = person lives in the
53- South, 0 = person does not live in the South).
54-
51+ - ** south** : indicator variable for southern region (1 = person lives in the South, 0 = person does not live in the South).
5552- ** gender** : indicator for the gender of the person (1 = female, 0 = male).
56-
5753- ** experience** : number of years of work experience.
58-
59- - ** union** : indicator variable for union membership (1 = union member, 0 = not
60- a union member).
61-
54+ - ** union** : indicator variable for union membership (1 = union member, 0 = not a union member).
6255- ** wage** : wage (in dollars per hour).
63-
6456- ** age** : age (in years).
65-
6657- ** race** : ethnicity/race ('White', 'Hispanic', and 'Other').
67-
68- - ** occupation** : occupational category ('Management', 'Sales', 'Clerical',
69- 'Service', 'Professional', and 'Other').
70-
58+ - ** occupation** : occupational category ('Management', 'Sales', 'Clerical', 'Service', 'Professional', and 'Other').
7159- ** sector** : sector ('Other', 'Manufacturing', or 'Construction').
72-
7360- ** married** : marital Status (0 = unmarried, 1 = married).
7461
7562</section >
@@ -84,7 +71,7 @@ a union member).
8471
8572``` javascript
8673var Plot = require ( ' @stdlib/plot' );
87- var dataset = require ( ' @stdlib/datasets/cps-wages-1985' );
74+ var dataset = require ( ' @stdlib/datasets/berndt- cps-wages-1985' );
8875
8976var data;
9077var plot;
@@ -126,7 +113,7 @@ plot = new Plot( [ x ], [ y ], opts );
126113### Usage
127114
128115``` text
129- Usage: cps-wages-1985 [options]
116+ Usage: berndt- cps-wages-1985 [options]
130117
131118Options:
132119
@@ -154,7 +141,7 @@ Options:
154141### Examples
155142
156143``` bash
157- $ cps-wages-1985
144+ $ berndt- cps-wages-1985
158145education,south,gender,experience,union,wage,age,race,occupation,sector,married
1591468,0,female,21,1,5.1,35,hispanic,other,manufacturing,0
1601479,0,female,42,1,4.95,57,white,other,manufacturing,0
0 commit comments