MPES-R:多参数证据合成在R生存外推-A教程教程.
Ash Bullement1,2, Mark Edmondson-Jones3,4, Patricia Guyot5
1School of Medicine and Population Health, Sheffield Centre for Health and Related Research, University of Sheffield, Sheffield, UK. abullement@deltahat.com.
PharmacoEconomics
|August 29, 2024
概括
多参数证据综合 (MPES) 提供了一种方法,通过使用外部数据来改善医疗技术评估 (HTA) 中的生存推断. 本教程介绍了MPES,并为其在HTA中的应用提供了R代码.
科学领域:
- 卫生经济学 卫生经济学
- 生物统计学 生物统计学
- 卫生技术评估 卫生技术评估
背景情况:
- 存活率外推对于医疗技术评估 (HTA) 至关重要.
- 传统方法面临不确定性,这促使需要利用外部证据的方法.
- 多参数证据综合 (MPES) 是一种先进的生存外推方法.
研究的目的:
- 为医疗技术评估 (HTA) 引入多参数证据综合 (MPES).
- 为Guyot的MPES方法提供一个用户友好的R实现.
- 通过案例研究和敏感性分析,探索Guyot和Jackson的MPES方法.
主要方法:
- 基于教程的介绍MPES用于HTA.
- 开发一个R包,用于运行Guyot的MPES.
- 应用MPES方法在两个不同的案例研究和敏感性分析中.
主要成果:
- 与传统的参数模型相比,MPES提供了潜在的好处,用于生存外推.
- 提供的R运行使MPES在HTA中的实际应用更加容易.
- 案例研究证明了MPES方法和敏感性分析的探索.
结论:
- MPES是一个有价值的,虽然复杂的工具,用于HTA的生存推断.
- 该教程帮助分析师理解和应用MPES.
- 鼓励进一步的研究和示例,以增加MPES在HTA中的采用.
相关概念视频
Parametric Survival Analysis: Weibull and Exponential Methods
390
Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
390
Comparing the Survival Analysis of Two or More Groups
162
Survival analysis is a cornerstone of medical research, used to evaluate the time until an event of interest occurs, such as death, disease recurrence, or recovery. Unlike standard statistical methods, survival analysis is particularly adept at handling censored data—instances where the event has not occurred for some participants by the end of the study or remains unobserved. To address these unique challenges, specialized techniques like the Kaplan-Meier estimator, log-rank test, and...
162
Survival Curves
116
Survival curves are graphical representations that depict the survival experience of a population over time, offering an intuitive way to track the proportion of individuals who remain event-free at each time point. These curves are widely used in fields such as medicine, public health, and reliability engineering to visualize and compare survival probabilities across different groups or conditions.
The Kaplan-Meier estimator is the most common method for constructing survival curves. This...
The Kaplan-Meier estimator is the most common method for constructing survival curves. This...
116
Assumptions of Survival Analysis
111
Survival models analyze the time until one or more events occur, such as death in biological organisms or failure in mechanical systems. These models are widely used across fields like medicine, biology, engineering, and public health to study time-to-event phenomena. To ensure accurate results, survival analysis relies on key assumptions and careful study design.
111
Introduction To Survival Analysis
197
Survival analysis is a statistical method used to study time-to-event data, where the "event" might represent outcomes like death, disease relapse, system failure, or recovery. A unique feature of survival data is censoring, which occurs when the event of interest has not been observed for some individuals during the study period. This requires specialized techniques to handle incomplete data effectively.
The primary goal of survival analysis is to estimate survival time—the time...
The primary goal of survival analysis is to estimate survival time—the time...
197
Survival Tree
73
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
73


