okomarov/wrds

Matlab API to WRDS and SAS data sets
ダウンロード: 455
更新 2017/2/15

For a full description see https://github.com/okomarov/wrds
### Description
High level Matlab API that interacts with the Wharton Reasearch Data Services (WRDS) Unix server and its SAS data sets through SSH2.
### Description
First, run `wrds_install()` or add all relevant paths manually. You are ready to use `wrds()`.
### Requirements
* An account with WRDS of the type that admits SSH connections (PhD or above).
See WRDS's [account types](http://wrds-web.wharton.upenn.edu/wrds/support/Additional%20Support/Account%20Types.cfm) for details.
* [Java enabled](http://www.mathworks.co.uk/help/matlab/ref/usejava.html)

### Example

w = wrds('olegkoma','forgiveMeIfIDontTellYou');
w.cmd('echo "Hello World!"')

Download the [CRSPA/MSI dataset](http://wrds-web.wharton.upenn.edu/wrds/tools/variable.cfm?library_id=137&file_id=67079)

w.getDataset('CRSPA.MSI')

NOTE: check that your institution is subscribed to the CRSPA database through https://wrds-web.wharton.upenn.edu/wrds/mywrds/subscriptions.cfm, or query

w.getDatasetInfo('CRSPA.MSI')

if it comes back empty, you probably do not have access to that database.

引用

Oleg Komarov (2024). okomarov/wrds (https://github.com/okomarov/wrds), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2014b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDatabase Toolbox についてさらに検索
タグ タグを追加
謝辞

ヒントを得たファイル: SSH/SFTP/SCP For Matlab (v2)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.1.1.0

edited description

1.1.0.0

Updated description
Changed logos.png

1.0.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。