在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:queryverse/ReadStat.jl开源软件地址:https://github.com/queryverse/ReadStat.jl开源编程语言:Julia 100.0%开源软件介绍:ReadStatOverviewReadStat.jl: Read files from Stata, SPSS, and SASThe ReadStat.jl Julia package uses the ReadStat C library to parse binary and transport files from Stata, SPSS and SAS. All functions return a For integration with packages like DataFrames.jl you should use the StatFiles.jl package. Usage:using ReadStat
read_dta("/path/to/something.dta")
read_por("/path/to/something.por")
read_sav("/path/to/something.sav")
read_sas7bdat("/path/to/something.sas7bdat")
read_xport("path/to/something.xpt") InstallationTo install the package, run the following: Pkg.add("ReadStat") |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论