udca
位於 survival
包(package)。 說明
熊去氧膽酸 (UDCA) 在原發性膽汁性肝硬化 (PBC) 患者中的試驗數據。
用法
udca
udca2
data(udca, package="survival")
格式
包含以下 15 個變量的 170 個觀察值的 DataFrame 。
id
-
主題標識符
trt
-
治療0=安慰劑,1=UDCA
entry.dt
-
進入研究日期
last.dt
-
上次on-study訪問的日期
stage
-
疾病階段
bili
-
進入時膽紅素值
riskscore
-
進入時的 Mayo PBC 風險評分
death.dt
-
死亡日期
tx.dt
-
肝移植日期
hprogress.dt
-
組織學進展日期
varices.dt
-
食管靜脈曲張的出現
ascites.dt
-
出現腹水
enceph.dt
-
腦病的出現
double.dt
-
初始膽紅素加倍
worsen.dt
-
症狀分兩個階段惡化
細節
該數據集用於 Therneau 和 Grambsh。 udca1
數據集包含基線變量以及到達第一個終點(任何死亡、移植、...、惡化)的時間。 udca2
數據集將所有端點視為並行事件,並且每個端點都有一個層。
例子
# values found in table 8.3 of the book
fit1 <- coxph(Surv(futime, status) ~ trt + log(bili) + stage,
cluster =id , data=udca1)
fit2 <- coxph(Surv(futime, status) ~ trt + log(bili) + stage +
strata(endpoint), cluster=id, data=udca2)
參考
T. M. Therneau and P. M. Grambsch, Modeling survival data: extending the Cox model. Springer, 2000.
K. D. Lindor, E. R. Dickson, W. P Baldus, R.A. Jorgensen, J. Ludwig, P. A. Murtaugh, J. M. Harrison, R. H. Weisner, M. L. Anderson, S. M. Lange, G. LeSage, S. S. Rossi and A. F. Hofman. Ursodeoxycholic acid in the treatment of primary biliary cirrhosis. Gastroenterology, 106:1284-1290, 1994.
相關用法
- R uspop2 預計美國人口
- R untangle.specials 幫助處理“terms”函數的“specials”參數。
- R hoel 小鼠癌症數據
- R survcondense 縮短 (time1, time2) 生存數據集
- R myeloid 急性粒細胞白血病
- R tobin 托賓的托比特數據
- R pseudo 生存的偽值。
- R levels.Surv 返回多狀態 Surv 對象的狀態
- R rats Mantel 等人的大鼠治療數據
- R diabetic 糖尿病視網膜病變
- R pbc 梅奧診所原發性膽汁性膽管炎數據
- R plot.survfit survfit 對象的繪圖方法
- R kidney 腎導管數據
- R stanford2 更多斯坦福心髒移植數據
- R print.aareg 打印 aareg 對象
- R pyears 人年
- R residuals.survreg 計算“survreg”對象的殘差
- R cgd0 慢性肉芽腫病數據
- R mgus2 單克隆丙種球蛋白病數據
- R model.frame.coxph coxph 對象的 Model.frame 方法
- R brier 計算 Cox 模型的 Brier 分數
- R nsk 以結高度為基礎的自然樣條。
- R survSplit 在指定時間分割生存數據集
- R mgus 單克隆丙種球蛋白病數據
- R summary.pyears pyears 對象的匯總函數
注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 Data from a trial of usrodeoxycholic acid。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。