Displaying 1 result from an estimated 1 matches for "nbrnaliv".
2012 Feb 09
4
Getting codebook data into R
...into
the codebook and what number of digits along the line the data you need is.
The data I want are the following, where 1,12,int means that the data I'm
interested starts in column 1 and finishes in column 12 and is an integer.
('caseid', 1, 12, int),
('nbrnaliv', 22, 22, int),
('babysex', 56, 56, int),
('birthwgt_lb', 57, 58, int),
('birthwgt_oz', 59, 60, int),
('prglength', 275, 276, int),
('outcome', 277, 277, int),
('birthord', 27...