Rのインストール

Rのインストール
• Windows
• http://cran.md.tsukuba.ac.jp/bin/windows/base/
• Linux (Debian系列)
• $ sudo vi /etc/apt/sources.list # 以下の3行を追記
deb ftp://ftp.jp.debian.org/debian-jp stable-jp main contrib
deb ftp://ftp.jp.debian.org/debian-jp testing-jp main contrib
deb ftp://ftp.jp.debian.org/debian-jp unstable-jp main contrib
• $ sudo apt-get install r-base r-cran-hmisc # Rのインストール
• $ R # 起動
• 常用Mac
• /usr/pkg/bin/R
第1回レポート
• 課題内容
• Rを用いて、以下のコマンドにより生成される画像を提出
> x <- 1:10
> summary(x)
> plot(x)
• 課題の記載項目
•
•
•
•
•
•
授業名
課題番号("第1回目課題")
氏名
学籍番号
メールアドレス
上記コマンドの出力、plotで生成された画像
• ファイル形式: PDF
• ファイル名・メール件名: BDA2014-YYYYMMDD-(ID)-名前
• e.x. BDA2014-20141003-1351023-YusukeOda
• 提出先:[email protected]
• 締切:2014/10/10 12:00 JST