Top | Rによる保健医療データ解析演習

fmsbパッケージマニュアル (A manual for the fmsb package)

Latest update on 21 January 2024.

fmsbパッケージはCRANに登録されていますので,Rのコンソールでinstall.packages("fmsb")としてインストールすることをお薦めします。

(Since the fmsb package is registered in CRAN, so I recommend to type install.packages("fmsb") for the prompt in R Console.)

日本の人口統計
死亡(JASM)
生命表(Jlife)
出生(Jfert)
長期人口動態(Jvital)
2013年都道府県別人口動態(Jvital2013byPref)
センサス人口0~85歳以上(Jpop)
センサス人口0~110歳以上(Jpopl)
都道府県別損失余命2015年(PrefYLL2015)
基準人口(S60MPJ)
次の暫定基準人口(H27MPJ)
グラフ描画
幹葉表示(gstem)
出産暦図(mhchart)
ROC(plot.roc)
p値関数(pvalueplot)
要約オッズ比を使ったp値関数
レーダーチャート(radarchart)
人口モデル・人口学の関数
Gompertz-Makehamの死亡モデル(GompertzMakeham, fitGM)
Silerの死亡モデル(Siler, fitSiler)
Dennyの死亡モデル(Denny, fitDenny)
Coale-McNeilの結婚モデル(CM, fitCM)
Coale-Trussellの出生モデル(CT, fitCT)
Hadwigerの出生モデル(Hadwiger, fitHad)
生命表関数群(lifetable, ...)
Whippleの指標(WhipplesIndex)
介護者比(CaretakerRatio)
2つの人口構造の差異指数(IndexOfDissimilarity)
ふくらみ指数(PEI)
計算ツール
クロンバックのα係数(CronbachAlpha)
Gearyの検定(geary.test)
κ係数(Kappa.test)
NagelkerkeのR2
オッズ比(oddsratio)
マンテルヘンツェルの要約オッズ比(ORMH)
マンテルヘンツェルの要約リスク差(RDMH)
マンテルヘンツェルの要約リスク比(RRMH)
マンテルヘンツェルの要約率差(IRDMH)
マンテルヘンツェルの要約率比(IRRMH)
Fisherの直接確率検定による多重比較(pairwise.fisher.test)
パーセンタイル値の計算(percentile)
率差(ratedifference)
率比(rateratio)
リスク差(riskdifference)
リスク比(riskratio)
リスクの点推定量と信頼区間(RCI)
発生率の点推定量と信頼区間(IRCI)
発生率の点推定量と正確な信頼区間(IRCIPois)
ROC分析(roc, print.roc)
四分位偏差(SIQR)
真の中央値(truemedian)
分散拡大因子(VIF)

更新履歴

一覧表 (List of datasets and functions)


日本の人口統計(Demographic data of Japan)

以下7つのデータフレームと1つの数値ベクトルは,library(fmsb)またはrequire(fmsb)としただけで利用可能になる。
 The 7 dataframes and a numeric vector below become available just when you load this library by library(fmsb) or require(fmsb).

グラフの描画(Drawing special graphs)

以下の描画関数では標準の低レベル関数しか使っていないので,すべてのグラフィックデバイスに出力できるはずである。ただしpar(cex=2)などは利くものと利かないものが存在するので注意されたい。詳しくは個別の関数の説明を参照されたい。
 Since only standard low-level functions are used in the drawing functions below, the graphs may be drawn in any graphic device. However, please pay attention to the fact that the effectiveness of par(cex=2) varies case by case. Please read the explanations of each function linked below.

人口モデルに関連する関数群(Functions related to demographic models)

いくつかの人口モデルの関数定義を含む,人口分析に関連した関数群。生命表関連の関数群の中では,lxがl(0)=100000であることに注意。
 Several functions related to demographic analyses, especially including the definitions of demographic models. Among lifetable functions, note that l(0) is 100000 for lx.

補足的な計算のためのツール群(Tools for supplemental calculation)

非常にプリミティブなものもあるが,もしかすると役に立つかもしれないツール群
 Some of the functions listed below may be very primitive, but there may be somewhat usefulness.

更新履歴 (a history of updates, in Japanese)


リンクと引用について