Writes the data frame to file in the Stata v6.0 binary format. Does
not write matrix variables.
Usage
write.dta(dataframe, filename)
Arguments
dataframe
a data frame
filename
character string giving filename
Value
NULL
Details
The columns in the data frame become variables in the Stata data
set. Missing values are correctly handled. Nothing is done with factor
levels, which should end up as variable labels.