- Mastering Data Analysis with R
- Gergely Daróczi
- 152字
- 2021-07-09 21:58:49
Importing data from other statistical systems
In a recent academic project, where my task was to implement some financial models in R, I got the demo dataset to be analyzed as Stata dta
files. Working as a contractor at the university, without access to any Stata installations, it might have been problematic to read the binary file format of another statistical software, but as the dta
file format is documented and the specification is publicly available at http://www.stata.com/help.cgi?dta, some members of the Core R Team have already implemented an R parser in the form of the read.dta
function in the foreign
package.
To this end, loading (and often writing) Stata—or for example SPSS, SAS, Weka, Minitab, Octave, or dBase files—just cannot be easier in R. Please see the complete list of supported file formats and examples in the package documentation or in the R Data Import/Export manual: http://cran.r-project.org/doc/manuals/r-release/R-data.html#Importing-from-other-statistical-systems.
- Go Web編程
- R語言編程指南
- Data Analysis with IBM SPSS Statistics
- 假如C語言是我發(fā)明的:講給孩子聽的大師編程課
- Getting Started with SQL Server 2012 Cube Development
- 嚴(yán)密系統(tǒng)設(shè)計:方法、趨勢與挑戰(zhàn)
- Mastering Linux Security and Hardening
- Python函數(shù)式編程(第2版)
- MySQL 8從零開始學(xué)(視頻教學(xué)版)
- Mastering PowerCLI
- 軟件測試(慕課版)
- Hands-On ROS for Robotics Programming
- 虛擬現(xiàn)實:引領(lǐng)未來的人機(jī)交互革命
- Eclipse開發(fā)(學(xué)習(xí)筆記)
- Implementing DevOps with Ansible 2