Successfully reported this slideshow.
Your SlideShare is downloading. ×

swirl パッケージでインタラクティブ学習

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Upcoming SlideShare
RPubs とその Bot たち
RPubs とその Bot たち
Loading in …3
×

Check these out next

1 of 17 Ad

More Related Content

Viewers also liked (20)

Advertisement

More from hoxo_m (20)

swirl パッケージでインタラクティブ学習

  1. 1. swirl パッケージで インタラクティブ学習 @hoxo_m 2014/04/19
  2. 2. 自己紹介 • hoxo_m 某ECサイトでデータ分析をやっています • RPubsRecent RPubs の新着エントリを流す Twitter Bot
  3. 3. 春ですね。
  4. 4. 新卒のやってくる季節
  5. 5. • 新卒の特徴 – R を触ったことがない – データを分析したことがない – 俺より優秀
  6. 6. そんな素人たちにどうやって データ分析を教えればいいの?
  7. 7. お困りのあなたに朗報です
  8. 8. swirl パッケージ • Statistics with interactive R learning • 対話式で R を実行しながら統計を学習
  9. 9. install.packages(“swirl”) library(swirl) swirl() やってみよう
  10. 10. 操作法 • 最初に名前を聞かれるので適当に入れる • … ← これはエンターキーで次を読む • 選択肢が出たら数字を入力 • ANSWER: が出たら答えを入力 • > が出たら R コマンドを入力 • > が出てるときに bye() で途中終了
  11. 11. ほめ言葉 • 多彩なほめ言葉でやる気アップ! – Excellent job! – You nailed it! Good job! – That's correct! – Nice work! – You got it right! – Keep up the great work! – That's a job well done!
  12. 12. swirl courses • R Programming (default installed) • Open Intro (統計学概要) • Data Analysis • Regression Models • Mathematical Biostatistics Boot Camp
  13. 13. install_from_swirl("Open_Intro") コースのインストール
  14. 14. • コースの自作もできます • Rmd ファイルに問題と解答を書く • 詳しくは http://swirlstats.com/instructors.html
  15. 15. その他 • インタラクティブに R を学べるサイト • Try R http://tryr.codeschool.com/ • DataCamp https://www.datacamp.com/
  16. 16. > bye()

×