Output file formats

Top Up Down  A A

Several output file formats are available from the Output Files menu, or by specifying the output filename with the appropriate suffix in your control file.

 

For Output Table formats, see ASCII=

 

Text file - fixed fields:

Suffix: .txt

CSV=N

HLINES=Yes

Text file - tab-delimited:

Suffix: .txt

CSV=T

HLINES=Yes

Text file - comma-separated:

Suffix: .txt

CSV=Y

HLINES=Yes

Excel file:

Suffix: .xls

HLINES=Yes

R-Statistic file:

Suffix: .rdata

Quick R commands:

> load("C:\\X.rdata")

> ls()

> print(X)

SPSS file:

Suffix: .sav

Webpage (HTML):

Suffix: .htm