*RからStataへのデータの書き出し方 [#r95ddbc5]
 # write.dta(dataframe, file, version = 7L, 
 #   convert.dates = TRUE, tz = "GMT", 
 #   convert.factors = c("labels", "string", "numeric", "codes")) 
 
 library(foreign)
 write.dta(ここにRのデータフレーム名,file="ここに書き出すファイル名.dta", convert.factors = c("string")) 

情報のソース
http://tolstoy.newcastle.edu.au/R/e2/help/07/07/20952.html
- write.foreignは上手くいかなかった。convert.factors = c("string")を入れないとエラーになった -- [[のの]] &new{2010-06-02 (水) 06:32:30};

- convert.factors = "string" でよいでしょう。

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS