Entries from 2020-01-01 to 1 year

Docker上のnlmixrを使ってpopulation pharmacokinetics解析

2022.11.3追記 最近リリースされた nlmixr2 を使用すれば、Pythonをインストールすることなくpopulation pharmacokinetics解析を行うことができます。 Nonlinear Mixed Effects Models in Population PK/PD • nlmixr2 オープンソースの母集団薬物動態解析ソ…

gretaパッケージをMac環境でインストールする

gretaパッケージは、TensorFlow Probabilityを活用してHamiltonian Monte Carlo法による統計モデリングを行うRのパッケージです。 greta-stats.org StanやBUGSなどと違い、すべてR上でモデルの構築が出来るため、学習のハードルが低くなっているのが特徴です…

Simulating parametric survival model with parametric bootstrap to capture uncertainty

R

I recently released an R package on CRAN calledsurvParamSim for parametric survival simulation, and here want to describe a bit more on details & motivations behind developing this package. Parametric Survival Simulation with Parameter Unc…