Showing posts with label R. Show all posts
R:確率分布,乱数の関数に関するメモ(要整理)

R:確率分布,乱数の関数に関するメモ(要整理)

基本 確率密度(pdf): dxxx(q): q は確率点を表す.例えばコード名が norm ならば dnorm(q) . 累積分布(cdf): pxxx(q): q は確率点を表す.例えばコード名が norm ならば pnorm(q) . 確率点(quan...

変数の組み合わせ(R:expand.gridとfor 文)

変数の組み合わせ(R:expand.gridとfor 文)

たとえば,Sex, Age, TRTの三つの変数のすべての組み合わせを持つデータフレーム(名前:dum)を作成したい場合,ForとExpand.gridの二つの方法がある。 R: expand.grid と For 文 ソースコードの記載 #--------------...

Minimal Detective Difference

Minimal Detective Difference

Minimal Detective Differenceの定義は: The difference between the means of a treatment and the control that must exist to detect a statistically ...

R: Learning Statistics on Youtube (R-bloggers)

R: Learning Statistics on Youtube (R-bloggers)

  This is just a memo.      One of popular blogs for R is ' R-bloggers ' introducing R news and tutorials provided by 600 R blogs. ...

1 |

No Newer Posts Older Posts

Search This Blog