日録2011年01月 のバックアップ差分(No.15) - アールメカブ

アールメカブ


日録2011年01月 のバックアップ差分(No.15)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
[[過去の日録]]


&htmlinsert(amazon,transitional,"asins=4627848412");&htmlinsert(amazon,transitional,"asins=4431712186");&htmlinsert(amazon,transitional,"asins=4431713123");
&htmlinsert(amazon,transitional,"asins=4431100113");&htmlinsert(amazon,transitional,"asins=4431100474");&htmlinsert(amazon,transitional,"asins=4431100695");
&htmlinsert(amazon,transitional,"asins=4431100881");
&htmlinsert(amazon,transitional,"asins=4431102388");
&htmlinsert(amazon,transitional,"asins=4431102205");


/////////// for Youyube
// #htmlinsert(u2b,id=UZkaZhsOfT4,width=640,height=385,style=text-align:left;)
//#htmlinsert(u2b,id=,width=512,height=308,style=text-align:left;)

//#ref(R_Lattice/lattice113.png)
//&htmlinsert(amazontext,asin=4431100695,text=ショーカー著『R グラフィックス自由自在』シュプリンガー社); 
//[[Lattice Multivariate Data Visualization with R:http://www.springer.com/statistics/computational/book/978-0-387-75968-5]]

//#htmlinsert(twitter,user=R_Linux,count=2)
// &htmlinsert(amazontext,asin=,text=); 

//#htmlinsert(amazonads)
// &htmlinsert(amazontext,asin=,text=); 
//#htmlinsert(u2b,id=,width=640,height=385,style=text-align:left;)
//#htmlinsert(u2b,id=,width=512,height=308,style=text-align:left;)

* 2011 年 01 月 15 日 (土) 曇 [#i1ab8aad]
-- 05:30 起床
-- 07:00 研究室
- 午前
--[[Create Motion Charts in R with the GoogleVis package:http://blog.revolutionanalytics.com/2011/01/create-motion-charts-in-r-with-the-googlevis-package.html]]

* 2011 年 01 月 14 日 (金) 晴 [#n3c9d2d4]
-- 05:30 起床
-- 07:00 研究室
- 午前
-- C&R社の原稿書き
- 午後
-- けーずでんきに行ったが,S31WH はなかった

* 2011 年 01 月 13 日 (木) 晴 [#k835541c]
-- 05:30 起床
-- 07:00 研究室
- 午前
-- C&R社の原稿書き
-午後
--演習付き添いで脇町へ

* 2011 年 01 月 12 日 (水) 晴 [#f707d735]
-- 05:30 起床
-- 07:00 研究室
- 午前
-- 08:3-1010 演習
-- C&R社の原稿書き
-- 14:35-16:05 講義


* 2011 年 01 月 11 日 (火) 晴 [#yd34487a]
-- 05:30 起床
-- 07:00 研究室
- 午前
-- C&R社の原稿書き
-- [[R interface to Google Chart Tools:http://spatialanalysis.co.uk/2011/01/10/r-interface-to-google-chart-tools/]]
-午後
-- 分散分析のモデルをRで実現する方法を調べていたら,良い情報があった
--[[Notes on the use of R for psychology experiments and questionnaires:http://www.psych.upenn.edu/~baron/rpsych/rpsych.html#SECTION00078000000000000000]]


* 2011 年 01 月 10 日 (月) 晴 [#r2ab6718]
-- 05:30 起床
-- 07:00 研究室
- 午前
-- C&R社の原稿書き
-- メモ



* 2011 年 01 月 09 日 (日) 晴 [#bb471770]
-- 06:30 起床
-- 09:00 研究室
- 午前
-- C&R社の原稿書き
-- メモ

 > (x <- 2.3 - 1.3)
 [1] 1
 > # 厳密には1ではない
 > sprintf("%.16f", x)
 [1] "0.9999999999999998"
 > # したがって1との比較は偽になる
 > if (x >= 1) print("x >=1") else print("x<1")
 [1] "x<1"
 > # このような場合に「zapsmall」が使えることがある
 > if (zapsmall (x) >= 1) print("x >=1") else print("x<1")
 [1] "x >=1"
 >

ただし[[注意:http://tolstoy.newcastle.edu.au/R/devel/05/03/0270.html]]のこと
-午後
--
[[R and Google Visualization API:http://www.r-bloggers.com/r-and-google-visualization-api/]]
 

* 2011 年 01 月 08 日 (土) 晴 [#g2af0865]
-- 05:30 起床
-- 07:10 研究室
- 午前
-- [[Rのセッションをネット越しにやりとりする>R_Connection]]
-- C&R社の原稿書き
- 午後
-- [[記号プログラミング面白い:http://www.slideshare.net/mobile/mollifier/zsh-script#10]]

* 2011 年 01 月 07 日 (金) 晴 [#vf480c63]
-- 05:30 起床
-- 07:10 研究室
- 午前
-- [[Rのセッションをネット越しにやりとりする>R_Connection]]
-- C&R社の原稿書き
-- [[Short review of the R book:http://www.r-bloggers.com/short-review-of-the-r-book/]]
翻訳予定です
&htmlinsert(amazon,transitional,"asins=1441915753");


* 2011 年 01 月 06 日 (木) 晴 [#zfe17079]
-- 04:50 起床
-- 06:10 研究室
- 午前
-- C&R社の原稿書き
-- [[RとsqLite,Excelとの連携>R_sqLite_Excel]]

* 2011 年 01 月 05 日 (水) 晴 [#z245651c]
-- 05:40 起床
-- 07:10 研究室
- 午前
-- C&R社の原稿書き
-午後
-- C&R社から連絡
--[[Customizing the Theme of Your R HTML Help:http://www.r-bloggers.com/customizing-the-theme-of-your-r-html-help/]]

* 2011 年 01 月 04 日 (火) 晴 [#t9dd008f]
-- 06:40 起床
-- 08:10 研究室
- 午前
-- C&R社の原稿書き
--午後
-- Rで括弧のヘルプがあり,その事例が興味深かった.

 > ?Paren
 ...
 Examples:
 
     f <- get("(")
     e <- expression(3 + 2 * 4)
     identical(f(e), e)
     
     do <- get("{")
     do(x <- 3, y <- 2*x-3, 6-x-y); x; y
     
     ## note the differences
     (2+3)
     {2+3; 4+5}
     (invisible(2+3))
     {invisible(2+3)}
     

* 2011 年 01 月 03 日 (月) 晴 [#sd1b8e62]
-- 08:00 起床
-- 09:40 研究室
- 午前
-- C&R社の原稿書きを再開

//#slideshare(http://www.slideshare.net/matsuu/awesome-2656202)

* 2011 年 01 月 02 日 (日) 晴 [#eb53b5f4]
-- 07:00 起床
- 午前
[[Top 14 R posts of 2010 (from over 140 R blogs) :http://www.r-statistics.com/2011/01/r-bloggers-in-2010-top-14-r-posts-site-statistics-and-invitation-for-sponsors/]]

* 2011 年 01 月 01 日 (土) 晴 [#uf040bbc]
-- 08:00 起床
-- 猛烈に寒い
- 新年おめでとうございます
--
[[Happy New Year with R (2011, Fireworks!):http://www.r-bloggers.com/happy-new-year-with-r-2011-fireworks/?utm_source=feedburner&utm_medium=twitter&utm_campaign=Feed:+RBloggers+(R+bloggers)]]

http://yihui.name/en/wp-content/uploads/2011/01/fireworks-in-R-2011.gif

http://yihui.name/en/wp-content/uploads/2011/01/Xmas-snowflakes.gif