@stdlib/datasets-berndt-cps-wages-1985-cli
v0.2.2
Published
A random sample of 534 workers from the Current Population Survey (CPS) from 1985.
Downloads
19
Readme
CPS Wages Data
A random sample of 534 workers from the Current Population Survey (CPS) from 1985.
Installation
To use as a general utility, install the CLI package globally
npm install -g @stdlib/datasets-berndt-cps-wages-1985-cli
Usage
Usage: berndt-cps-wages-1985 [options]
Options:
-h, --help Print this message.
-V, --version Print the package version.
--format fmt Output format: 'csv' or 'ndjson'.
Notes
- The CLI supports two output formats: comma-separated values (CSV) and newline-delimited JSON (NDJSON). The default output format is CSV.
Examples
$ berndt-cps-wages-1985
education,south,gender,experience,union,wage,age,race,occupation,sector,married
8,0,female,21,1,5.1,35,hispanic,other,manufacturing,0
9,0,female,42,1,4.95,57,white,other,manufacturing,0
12,0,male,1,1,6.67,19,white,other,manufacturing,1
12,0,male,4,1,4,22,white,other,other,1
12,0,male,17,1,7.5,35,white,other,other,0
...
References
- Berndt, Ernst R. 1991. The Practice of Econometrics. Addison Wesley Longman Publishing Co.
License
The data files (databases) are licensed under an Open Data Commons Public Domain Dedication & License 1.0 and their contents are licensed under Creative Commons Zero v1.0 Universal. The software is licensed under Apache License, Version 2.0.
See Also
@stdlib/datasets-berndt-cps-wages-1985
: a random sample of 534 workers from the Current Population Survey (CPS) from 1985.
Notice
This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
Community
Copyright
Copyright © 2016-2024. The Stdlib Authors.