i
i
“K23166” — 2015/1/28 — 9:35 — page v — #7
i
i
i
i
i
i
Contents
List of Tables xvii
List of Figures xix
Preface to the second edition xxi
Preface to the first edition xxiii
1 Data input and output 1
1.1 Input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1.1 Native dataset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1.2 Fixed format text files . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1.3 Other fixed files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1.4 Comma-separated value (CSV) files . . . . . . . . . . . . . . . . . . 2
1.1.5 Read sheets from an Excel file . . . . . . . . . . . . . . . . . . . . . 2
1.1.6 Read data from R into SAS . . . . . . . . . . . . . . . . . .