Displaying 1 result from an estimated 1 matches for "birthwgt_lb".
2012 Feb 09
4
Getting codebook data into R
...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', 278, 279, int),
('agepreg', 284, 287, int),
('finalwgt', 4...