causal_statのノート

R, Tex, データサイエンスに関するノート

R plot の調整

R

R plot 調整 軸の目盛 axis 関数 いろいろ説明あり便利→ http://bioinfo-dojo.net/2016/11/24/various_axis_r/ ---------------------------------- mgp 軸ラベルの距離を調整 http://triadsou.hatenablog.com/entry/20090402/1238642626 par 関数 http://tr…

tex 表

Tex

Texで少し複雑な表を書くときのテクニック http://www.ishilab.net/~ishihara/LaTeX/table-more.html 横罫線を部分的に書く方法 \cline 複数コラムをまとめる方法 \multicolumn 次のページもわかりよい http://www002.upp.so-net.ne.jp/latex/table_fukusu.h…

R 前処理(重複のないデータを取り出す)

R

R 前処理 (データクリーニングという言葉もある) 以下は An introduction to data cleaning with R という論文 https://cran.r-project.org/doc/contrib/de_Jonge+van_der_Loo-Introduction_to_data_cleaning_with_R.pdf 以下はRjpWiki内のページ 一般に、…