Triad sou.

2015-01-01から1年間の記事一覧

RcmdrPlugin.KMggplot2_0.2-3 now on CRAN

New version (v0.2-3) of 'RcmdrPlugin.KMggplot2' (an Rcmdr plug-in; a GUI for 'ggplot2') released. RcmdrPlugin.KMggplot2 (CRAN) NEWS Changes in version 0.2-3 (2015-12-30) New geom_stepribbon(). Pointwise confidence intervals of Kaplan-Meier…

RcmdrPlugin.KMggplot2_0.2-1 is on CRAN now

I posted a new version of the "RcmdrPlugin.KMggplot2" package, which is an Rcmdr plug-in for a "ggplot2" GUI front-end. RcmdrPlugin.KMggplot2 (CRAN) NEWS Changes in version 0.2-1 (2015-12-14) Kaplan-Meier plot: fixed a bug was caused by a …

ggplot2の最新版(1.1.0?)ではまった点のメモ

そろそろ ggplot2 の最新版が CRAN にリリースされるようなので、自分のパッケージのメンテナンスをしました。 メンテナンス中に困った点をメモしておこうと思います。 stat_summary fun.args でパラメータを渡さないとエラー。 # <= 1.0.1 stat_summary(fun…

SAS/STAT 14.1 が出たようだ

SAS

Enhancements in SAS/STAT 14.1 Software 以下の変更点が特に気になった。 LIFETEST Procedureが Gray's test + CIF のノンパラメトリック推定量 (Gray 1988) に対応 (かなりうれしい!) MIXED Procedure でも ddfm = KENWARDROGER2 が追加された、Kenward &…

SAS University Editionのアップデート

SAS

いつのまにかアップデートがきていたようで、SAS/STAT 13.2が利用できるようになっていました! バージョンの確認 PROC PRODUCT_STATUS; run; テスト実行 GEE Procedureも実行できました。