首页 > 最新文献

R Journal最新文献

英文 中文
A Framework for Producing Small Area Estimates Based on Area-Level Models in R 基于R - level模型的小面积估算框架
4区 计算机科学 Q2 Mathematics Pub Date : 2023-09-24 DOI: 10.32614/rj-2023-039
Sylvia Harmening, Ann-Kristin Kreutzmann, Sören Schmidt, Nicola Salvati, Timo Schmid
The R package [emdi](https://CRAN.R-project.org/package=emdi) facilitates the estimation of regionally disaggregated indicators using small area estimation methods and provides tools for model building, diagnostics, presenting, and exporting the results. The package version 1.1.7 includes unit-level small area models that rely on access to micro data. The area-level model by @Fay1979 and various extensions have been added to the package since the release of version 2.0.0. These extensions include (a) area-level models with back-transformations, (b) spatial and robust extensions, (c) adjusted variance estimation methods, and (d) area-level models that account for measurement errors. Corresponding mean squared error estimators are implemented for assessing the uncertainty. User-friendly tools like a stepwise variable selection, model diagnostics, benchmarking options, high quality maps and results exportation options enable a complete analysis procedure. The functionality of the package is illustrated by examples based on synthetic data for Austrian districts.
R包[emdi](https://CRAN.R-project.org/package=emdi)便于使用小面积估计方法对区域分解指标进行估计,并提供了用于模型构建、诊断、呈现和导出结果的工具。包版本1.1.7包括依赖于对微数据的访问的单元级小区域模型。自2.0.0版发布以来,@Fay1979的区域级模型和各种扩展已被添加到包中。这些扩展包括(a)具有反向转换的区域级模型,(b)空间和鲁棒扩展,(c)调整方差估计方法,以及(d)考虑测量误差的区域级模型。实现了相应的均方误差估计来评估不确定性。用户友好的工具,如逐步变量选择,模型诊断,基准测试选项,高质量的地图和结果导出选项,使一个完整的分析过程。该软件包的功能通过基于奥地利地区的综合数据的示例来说明。
{"title":"A Framework for Producing Small Area Estimates Based on Area-Level Models in R","authors":"Sylvia Harmening, Ann-Kristin Kreutzmann, Sören Schmidt, Nicola Salvati, Timo Schmid","doi":"10.32614/rj-2023-039","DOIUrl":"https://doi.org/10.32614/rj-2023-039","url":null,"abstract":"The R package [emdi](https://CRAN.R-project.org/package=emdi) facilitates the estimation of regionally disaggregated indicators using small area estimation methods and provides tools for model building, diagnostics, presenting, and exporting the results. The package version 1.1.7 includes unit-level small area models that rely on access to micro data. The area-level model by @Fay1979 and various extensions have been added to the package since the release of version 2.0.0. These extensions include (a) area-level models with back-transformations, (b) spatial and robust extensions, (c) adjusted variance estimation methods, and (d) area-level models that account for measurement errors. Corresponding mean squared error estimators are implemented for assessing the uncertainty. User-friendly tools like a stepwise variable selection, model diagnostics, benchmarking options, high quality maps and results exportation options enable a complete analysis procedure. The functionality of the package is illustrated by examples based on synthetic data for Austrian districts.","PeriodicalId":51285,"journal":{"name":"R Journal","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-09-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135926827","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
markovMSM: An R Package for Checking the Markov Condition in Multi-State Survival Data markovMSM:一个检查多状态生存数据马尔可夫条件的R包
4区 计算机科学 Q2 Mathematics Pub Date : 2023-09-24 DOI: 10.32614/rj-2023-032
Gustavo Soutinho, Luís Meira-Machado
Multi-state models can be used to describe processes in which an individual moves through a finite number of states in continuous time. These models allow a detailed view of the evolution or recovery of the process and can be used to study the effect of a vector of explanatory variables on the transition intensities or to obtain prediction probabilities of future events after a given event history. In both cases, before using these models, we have to evaluate whether the Markov assumption is tenable. This paper introduces the [markovMSM](https://CRAN.R-project.org/package=markovMSM) package, a software application for R, which considers tests of the Markov assumption that are applicable to general multi-state models. Three approaches using existing methodology are considered: a simple method based on including covariates depending on the history; methods based on measuring the discrepancy of the non-Markov estimators of the transition probabilities to the Markovian Aalen-Johansen estimators; and, finally, methods that were developed by considering summaries from families of log-rank statistics where individuals are grouped by the state occupied by the process at a particular time point. The main functionalities of the [markovMSM](https://CRAN.R-project.org/package=markovMSM) package are illustrated using real data examples.
多状态模型可用于描述个体在连续时间内通过有限数量状态的过程。这些模型可以详细了解过程的演变或恢复,并可用于研究解释变量向量对过渡强度的影响,或在给定事件历史之后获得未来事件的预测概率。在这两种情况下,在使用这些模型之前,我们必须评估马尔可夫假设是否成立。本文介绍了R的一个软件应用程序[markovMSM](https://CRAN.R-project.org/package=markovMSM)包,它考虑了适用于一般多状态模型的马尔可夫假设的检验。考虑了使用现有方法的三种方法:一种基于根据历史包括协变量的简单方法;基于测量转移概率的非马尔可夫估计量与马尔可夫aallen - johansen估计量的差异的方法;最后,通过考虑对数秩统计家族的摘要而开发的方法,其中个人根据过程在特定时间点所占据的状态进行分组。[markvmsm](https://CRAN.R-project.org/package=markovMSM)包的主要功能使用实际数据示例进行说明。
{"title":"markovMSM: An R Package for Checking the Markov Condition in Multi-State Survival Data","authors":"Gustavo Soutinho, Luís Meira-Machado","doi":"10.32614/rj-2023-032","DOIUrl":"https://doi.org/10.32614/rj-2023-032","url":null,"abstract":"Multi-state models can be used to describe processes in which an individual moves through a finite number of states in continuous time. These models allow a detailed view of the evolution or recovery of the process and can be used to study the effect of a vector of explanatory variables on the transition intensities or to obtain prediction probabilities of future events after a given event history. In both cases, before using these models, we have to evaluate whether the Markov assumption is tenable. This paper introduces the [markovMSM](https://CRAN.R-project.org/package=markovMSM) package, a software application for R, which considers tests of the Markov assumption that are applicable to general multi-state models. Three approaches using existing methodology are considered: a simple method based on including covariates depending on the history; methods based on measuring the discrepancy of the non-Markov estimators of the transition probabilities to the Markovian Aalen-Johansen estimators; and, finally, methods that were developed by considering summaries from families of log-rank statistics where individuals are grouped by the state occupied by the process at a particular time point. The main functionalities of the [markovMSM](https://CRAN.R-project.org/package=markovMSM) package are illustrated using real data examples.","PeriodicalId":51285,"journal":{"name":"R Journal","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-09-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135926828","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Onlineforecast: An R Package for Adaptive and Recursive Forecasting 在线预测:一个R包自适应和递归预测
4区 计算机科学 Q2 Mathematics Pub Date : 2023-09-07 DOI: 10.32614/rj-2023-031
Bacher, Peder, Bergsteinsson, Hjörleifur G., Frölke, Linde, Sørensen, Mikkel L., Lemos-Vinasco, Julian, Liisberg, Jon, Møller, Jan Kloppenborg, Nielsen, Henrik Aalborg, Madsen, Henrik
Systems that rely on forecasts to make decisions, e.g. control or energy trading systems, require frequent updates of the forecasts. Usually, the forecasts are updated whenever new observations become available, hence in an online setting. We present the [R]{.sans-serif} package [[onlineforecast](https://onlineforecasting.org)]{.sans-serif} that provides a generalized setup of data and models for online forecasting. It has functionality for time-adaptive fitting of dynamical and non-linear models. The setup is tailored to enable the effective use of forecasts as model inputs, e.g. numerical weather forecast. Users can create new models for their particular applications and run models in an operational setting. The package also allows users to easily replace parts of the setup, e.g. using new methods for estimation. The package comes with comprehensive vignettes and examples of online forecasting applications in energy systems, but can easily be applied for online forecasting in all fields.
依赖预测做出决策的系统,如e.g.Â控制系统或能源交易系统,需要经常更新预测。通常,只要有新的观测资料,预报就会更新,因此是在线的。我们提出[R]{。Sans-serif}包[[onlinefforecast](https://onlineforecasting.org)]{. Sans-serif},它为在线预测提供了一个通用的数据和模型设置。它具有动态和非线性模型的时间自适应拟合功能。设置是量身定制的,以便有效地使用预测作为模式输入,e.g.Â数值天气预报。用户可以为他们的特定应用程序创建新模型,并在操作设置中运行模型。该软件包还允许用户轻松替换部分设置,e.g.Â使用新的估算方法。该软件包附带了能源系统在线预测应用的综合插图和示例,但可以很容易地应用于所有领域的在线预测。
{"title":"Onlineforecast: An R Package for Adaptive and Recursive Forecasting","authors":"Bacher, Peder, Bergsteinsson, Hjörleifur G., Frölke, Linde, Sørensen, Mikkel L., Lemos-Vinasco, Julian, Liisberg, Jon, Møller, Jan Kloppenborg, Nielsen, Henrik Aalborg, Madsen, Henrik","doi":"10.32614/rj-2023-031","DOIUrl":"https://doi.org/10.32614/rj-2023-031","url":null,"abstract":"Systems that rely on forecasts to make decisions, e.g. control or energy trading systems, require frequent updates of the forecasts. Usually, the forecasts are updated whenever new observations become available, hence in an online setting. We present the [R]{.sans-serif} package [[onlineforecast](https://onlineforecasting.org)]{.sans-serif} that provides a generalized setup of data and models for online forecasting. It has functionality for time-adaptive fitting of dynamical and non-linear models. The setup is tailored to enable the effective use of forecasts as model inputs, e.g. numerical weather forecast. Users can create new models for their particular applications and run models in an operational setting. The package also allows users to easily replace parts of the setup, e.g. using new methods for estimation. The package comes with comprehensive vignettes and examples of online forecasting applications in energy systems, but can easily be applied for online forecasting in all fields.","PeriodicalId":51285,"journal":{"name":"R Journal","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136364837","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Robust Functional Linear Regression Models 鲁棒函数线性回归模型
4区 计算机科学 Q2 Mathematics Pub Date : 2023-09-07 DOI: 10.32614/rj-2023-033
Ufuk Beyaztas, Han Lin Shang
{"title":"Robust Functional Linear Regression Models","authors":"Ufuk Beyaztas, Han Lin Shang","doi":"10.32614/rj-2023-033","DOIUrl":"https://doi.org/10.32614/rj-2023-033","url":null,"abstract":"","PeriodicalId":51285,"journal":{"name":"R Journal","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135099007","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Likelihood Ratio Test-Based Drug Safety Assessment using R Package pkg{pvLRT} 基于似然比检验的R Package pkg{pvLRT}药物安全性评价
4区 计算机科学 Q2 Mathematics Pub Date : 2023-08-26 DOI: 10.32614/rj-2023-027
Saptarshi Chakraborty, Marianthi Markatou, Robert Ball
Medical product safety continues to be a key concern of the twenty-first century. Several spontaneous adverse events reporting databases established across the world continuously collect and archive adverse events data on various medical products. Determining signals of disproportional reporting (SDR) of product/adverse event pairs from these large-scale databases require the use of principled statistical techniques. Likelihood ratio test (LRT)-based approaches are particularly noteworthy in this context as they permit objective SDR detection without requiring ad hoc thresholds. However, their implementation is non-trivial due to analytical complexities, which necessitate the use of computation-heavy methods. Here we introduce R package pvLRT which implements a suite of LRT approaches, along with various post-processing and graphical summary functions, to facilitate simplified use of the methodologies. Detailed examples are provided to illustrate the package through analyses of three real product safety datasets obtained from publicly available FDA FAERS and VAERS databases.
医疗产品安全仍然是二十一世纪的一个关键问题。世界各地建立的几个自发不良事件报告数据库不断收集和归档各种医疗产品的不良事件数据。从这些大规模数据库中确定产品/不良事件对的非比例报告(SDR)信号需要使用有原则的统计技术。基于似然比检验(LRT)的方法在这方面特别值得注意,因为它们允许客观的SDR检测,而不需要特别的阈值。然而,由于分析的复杂性,它们的实现不是简单的,这就需要使用计算量大的方法。这里我们介绍R包pvLRT,它实现了一套LRT方法,以及各种后处理和图形摘要功能,以方便简化方法的使用。通过分析从公开的FDA FAERS和VAERS数据库中获得的三个真实产品安全数据集,提供了详细的示例来说明该软件包。
{"title":"Likelihood Ratio Test-Based Drug Safety Assessment using R Package pkg{pvLRT}","authors":"Saptarshi Chakraborty, Marianthi Markatou, Robert Ball","doi":"10.32614/rj-2023-027","DOIUrl":"https://doi.org/10.32614/rj-2023-027","url":null,"abstract":"Medical product safety continues to be a key concern of the twenty-first century. Several spontaneous adverse events reporting databases established across the world continuously collect and archive adverse events data on various medical products. Determining signals of disproportional reporting (SDR) of product/adverse event pairs from these large-scale databases require the use of principled statistical techniques. Likelihood ratio test (LRT)-based approaches are particularly noteworthy in this context as they permit objective SDR detection without requiring ad hoc thresholds. However, their implementation is non-trivial due to analytical complexities, which necessitate the use of computation-heavy methods. Here we introduce R package pvLRT which implements a suite of LRT approaches, along with various post-processing and graphical summary functions, to facilitate simplified use of the methodologies. Detailed examples are provided to illustrate the package through analyses of three real product safety datasets obtained from publicly available FDA FAERS and VAERS databases.","PeriodicalId":51285,"journal":{"name":"R Journal","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-08-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135236489","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
GCPBayes: An R package for studying Cross-Phenotype Genetic Associations with Group-level Bayesian Meta-Analysis GCPBayes:一个R包,用于研究跨表型遗传关联与群体水平贝叶斯元分析
4区 计算机科学 Q2 Mathematics Pub Date : 2023-08-26 DOI: 10.32614/rj-2023-028
Taban Baghfalaki, Pierre-Emmanuel Sugier, Yazdan Asgari, Thérèse Truong, Benoit Liquet
Several R packages have been developed to study cross-phenotypes associations (or pleiotropy) at the SNP-level, based on summary statistics data from genome-wide association studies (GWAS). However, none of them allow for consideration of the underlying group structure of the data. We developed an R package, entitled GCPBayes (Group level Bayesian Meta-Analysis for Studying Cross-Phenotype Genetic Associations), introduced by Baghfalaki et al. (2021), that implements continuous and Dirac spike priors for group selection, and also a Bayesian sparse group selection approach with hierarchical spike and slab priors, to select important variables at the group level and within the groups. The methods use summary statistics data from association studies or individual level data as inputs, and perform Bayesian meta-analysis approaches across multiple phenotypes to detect pleiotropy at both group-level (e.g., at the gene or pathway level) and within group (e.g., at the SNP level).
基于全基因组关联研究(GWAS)的汇总统计数据,已经开发了几个R包来研究snp水平上的交叉表型关联(或多效性)。但是,它们都不考虑数据的底层组结构。我们开发了一个R包,名为GCPBayes(研究交叉表型遗传关联的群体水平贝叶斯荟萃分析),由Baghfalaki等人(2021)引入,它实现了群体选择的连续和狄拉克峰值先验,以及具有分层峰值和slab先验的贝叶斯稀疏群体选择方法,以选择群体水平和群体内的重要变量。该方法使用来自关联研究或个体水平数据的汇总统计数据作为输入,并跨多种表型执行贝叶斯荟萃分析方法,以在群体水平(例如,在基因或途径水平)和群体内(例如,在SNP水平)检测多效性。
{"title":"GCPBayes: An R package for studying Cross-Phenotype Genetic Associations with Group-level Bayesian Meta-Analysis","authors":"Taban Baghfalaki, Pierre-Emmanuel Sugier, Yazdan Asgari, Thérèse Truong, Benoit Liquet","doi":"10.32614/rj-2023-028","DOIUrl":"https://doi.org/10.32614/rj-2023-028","url":null,"abstract":"Several R packages have been developed to study cross-phenotypes associations (or pleiotropy) at the SNP-level, based on summary statistics data from genome-wide association studies (GWAS). However, none of them allow for consideration of the underlying group structure of the data. We developed an R package, entitled GCPBayes (Group level Bayesian Meta-Analysis for Studying Cross-Phenotype Genetic Associations), introduced by Baghfalaki et al. (2021), that implements continuous and Dirac spike priors for group selection, and also a Bayesian sparse group selection approach with hierarchical spike and slab priors, to select important variables at the group level and within the groups. The methods use summary statistics data from association studies or individual level data as inputs, and perform Bayesian meta-analysis approaches across multiple phenotypes to detect pleiotropy at both group-level (e.g., at the gene or pathway level) and within group (e.g., at the SNP level).","PeriodicalId":51285,"journal":{"name":"R Journal","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-08-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135236487","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
combinIT: An R Package for Combining Interaction Tests for Unreplicated Two-Way Tables 一个R包,用于组合非复制双向表的交互测试
4区 计算机科学 Q2 Mathematics Pub Date : 2023-08-26 DOI: 10.32614/rj-2023-037
Mahmood Kharrati-Kopaei, Zahra Shenavari, Hossein Haghbin
Several new tests have been proposed for testing interaction in unreplicated two-way analysis of variance models. Unfortunately, each test is powerful for detecting a pattern of interaction. Therefore, it is reasonable to combine multiple interaction tests to increase the power of detection for significant interactions. We introduce the package [combinIT](https://CRAN.R-project.org/package=combinIT) that provides researchers the results of six existing recommended interaction tests, including: the value of test statistics, exact Monte Carlo p-values, approximated or adjusted p-values, the results of four combined tests and explanations of interaction types if the discussed tests are significant. The software combinIT is a more comprehensive R package in comparison with the two existing packages. In addition, the software is executed quickly to obtain the exact Monte Carlo p-values, even for large Monte Carlo runs, in contrast to existing packages.
已经提出了几个新的测试,用于测试方差模型的非重复双向分析中的相互作用。不幸的是,每个测试对于检测交互模式都很强大。因此,将多个相互作用试验结合起来,以提高对重要相互作用的检测能力是合理的。我们介绍了[combinIT](https://CRAN.R-project.org/package=combinIT)包,它为研究人员提供了六种现有推荐的相互作用测试的结果,包括:测试统计值、精确蒙特卡罗p值、近似或调整的p值、四个组合测试的结果以及如果讨论的测试是显著的相互作用类型的解释。与现有的两个软件包相比,软件组合是一个更全面的R软件包。此外,与现有的软件包相比,该软件可以快速执行以获得精确的蒙特卡罗p值,即使对于大型蒙特卡罗运行也是如此。
{"title":"combinIT: An R Package for Combining Interaction Tests for Unreplicated Two-Way Tables","authors":"Mahmood Kharrati-Kopaei, Zahra Shenavari, Hossein Haghbin","doi":"10.32614/rj-2023-037","DOIUrl":"https://doi.org/10.32614/rj-2023-037","url":null,"abstract":"Several new tests have been proposed for testing interaction in unreplicated two-way analysis of variance models. Unfortunately, each test is powerful for detecting a pattern of interaction. Therefore, it is reasonable to combine multiple interaction tests to increase the power of detection for significant interactions. We introduce the package [combinIT](https://CRAN.R-project.org/package=combinIT) that provides researchers the results of six existing recommended interaction tests, including: the value of test statistics, exact Monte Carlo p-values, approximated or adjusted p-values, the results of four combined tests and explanations of interaction types if the discussed tests are significant. The software combinIT is a more comprehensive R package in comparison with the two existing packages. In addition, the software is executed quickly to obtain the exact Monte Carlo p-values, even for large Monte Carlo runs, in contrast to existing packages.","PeriodicalId":51285,"journal":{"name":"R Journal","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-08-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135236479","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Estimating Causal Effects using Bayesian Methods with the R Package BayesCACE 用R包BayesCACE估计贝叶斯方法的因果效应
4区 计算机科学 Q2 Mathematics Pub Date : 2023-08-26 DOI: 10.32614/rj-2023-038
Jincheng Zhou, Jinhui Yang, James S. Hodges, Lifeng Lin, Haitao Chu
Noncompliance, a common problem in randomized clinical trials (RCTs), complicates the analysis of the causal treatment effect, especially in meta-analysis of RCTs. The complier average causal effect (CACE) measures the effect of an intervention in the latent subgroup of the population that complies with its assigned treatment (the compliers). Recently, Bayesian hierarchical approaches have been proposed to estimate the CACE in a single RCT and a meta-analysis of RCTs. We develop an R package, BayesCACE, to provide user-friendly functions for implementing CACE analysis for binary outcomes based on the flexible Bayesian hierarchical framework. This package includes functions for analyzing data from a single study and for performing a meta-analysis with either complete or incomplete compliance data. The package also provides various functions for generating forest, trace, posterior density, and auto-correlation plots, which can be useful to review noncompliance rates, visually assess the model, and obtain study-specific and overall CACEs.
不依从性是随机临床试验(RCTs)中常见的问题,它使因果治疗效果的分析复杂化,特别是在随机临床试验的荟萃分析中。编译者平均因果效应(CACE)衡量干预在符合其指定治疗的人群(编译者)的潜在亚组中的效果。最近,人们提出了贝叶斯分层方法来估计单个随机对照试验和随机对照试验的荟萃分析中的CACE。我们开发了一个R包BayesCACE,为实现基于灵活贝叶斯层次框架的二进制结果的CACE分析提供了用户友好的功能。该软件包包括分析单个研究数据的功能,以及使用完整或不完整的依从性数据执行元分析的功能。该软件包还提供了用于生成森林、迹线、后验密度和自相关图的各种功能,这些功能可用于审查不合规率,直观地评估模型,并获得特定研究和总体cace。
{"title":"Estimating Causal Effects using Bayesian Methods with the R Package BayesCACE","authors":"Jincheng Zhou, Jinhui Yang, James S. Hodges, Lifeng Lin, Haitao Chu","doi":"10.32614/rj-2023-038","DOIUrl":"https://doi.org/10.32614/rj-2023-038","url":null,"abstract":"Noncompliance, a common problem in randomized clinical trials (RCTs), complicates the analysis of the causal treatment effect, especially in meta-analysis of RCTs. The complier average causal effect (CACE) measures the effect of an intervention in the latent subgroup of the population that complies with its assigned treatment (the compliers). Recently, Bayesian hierarchical approaches have been proposed to estimate the CACE in a single RCT and a meta-analysis of RCTs. We develop an R package, BayesCACE, to provide user-friendly functions for implementing CACE analysis for binary outcomes based on the flexible Bayesian hierarchical framework. This package includes functions for analyzing data from a single study and for performing a meta-analysis with either complete or incomplete compliance data. The package also provides various functions for generating forest, trace, posterior density, and auto-correlation plots, which can be useful to review noncompliance rates, visually assess the model, and obtain study-specific and overall CACEs.","PeriodicalId":51285,"journal":{"name":"R Journal","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-08-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135236480","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Clustering Algorithm to Organize Satellite Hotspot Data for the Purpose of Tracking Bushfires Remotely 面向森林火灾远程跟踪的卫星热点数据聚类组织算法
4区 计算机科学 Q2 Mathematics Pub Date : 2023-08-26 DOI: 10.32614/rj-2023-022
Weihao Li, Emily Dodwell, Dianne Cook
This paper proposes a spatiotemporal clustering algorithm and its implementation in the R package spotoroo. This work is motivated by the catastrophic bushfires in Australia throughout the summer of 2019-2020 and made possible by the availability of satellite hotspot data. The algorithm is inspired by two existing spatiotemporal clustering algorithms but makes enhancements to cluster points spatially in conjunction with their movement across consecutive time periods. It also allows for the adjustment of key parameters, if required, for different locations and satellite data sources. Bushfire data from Victoria, Australia, is used to illustrate the algorithm and its use within the package.
本文提出了一种时空聚类算法,并在R包spotoroo中实现。这项工作的动机是澳大利亚2019-2020年夏季的灾难性森林大火,并通过卫星热点数据的可用性使其成为可能。该算法的灵感来自于两种现有的时空聚类算法,但在空间上结合点在连续时间段内的运动进行了增强。如果需要,它还允许对不同地点和卫星数据源的关键参数进行调整。来自澳大利亚维多利亚州的森林大火数据被用来说明该算法及其在软件包中的使用。
{"title":"A Clustering Algorithm to Organize Satellite Hotspot Data for the Purpose of Tracking Bushfires Remotely","authors":"Weihao Li, Emily Dodwell, Dianne Cook","doi":"10.32614/rj-2023-022","DOIUrl":"https://doi.org/10.32614/rj-2023-022","url":null,"abstract":"This paper proposes a spatiotemporal clustering algorithm and its implementation in the R package spotoroo. This work is motivated by the catastrophic bushfires in Australia throughout the summer of 2019-2020 and made possible by the availability of satellite hotspot data. The algorithm is inspired by two existing spatiotemporal clustering algorithms but makes enhancements to cluster points spatially in conjunction with their movement across consecutive time periods. It also allows for the adjustment of key parameters, if required, for different locations and satellite data sources. Bushfire data from Victoria, Australia, is used to illustrate the algorithm and its use within the package.","PeriodicalId":51285,"journal":{"name":"R Journal","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-08-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135236483","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
nlmeVPC: Visual Model Diagnosis for the Nonlinear Mixed Effect Model 非线性混合效应模型的可视化模型诊断
4区 计算机科学 Q2 Mathematics Pub Date : 2023-08-26 DOI: 10.32614/rj-2023-026
Eun-Hwa Kang, Myungji Ko, Eun-Kyung Lee
A nonlinear mixed effects model is useful when the data are repeatedly measured within the same unit or correlated between units. Such models are widely used in medicine, disease mechanics, pharmacology, ecology, social science, psychology, etc. After fitting the nonlinear mixed effect model, model diagnostics are essential for verifying that the results are reliable. The visual predictive check (VPC) has recently been highlighted as a visual diagnostic tool for pharmacometric models. This method can also be applied to general nonlinear mixed effects models. However, functions for VPCs in existing R packages are specialized for pharmacometric model diagnosis, and are not suitable for general nonlinear mixed effect models. In this paper, we propose nlmeVPC, an R package for the visual diagnosis of various nonlinear mixed effect models. The nlmeVPC package allows for more diverse model diagnostics, including visual diagnostic tools that extend the concept of VPCs along with the capabilities of existing R packages.
当数据在同一单位内重复测量或在单位间相互关联时,非线性混合效应模型是有用的。这些模型广泛应用于医学、疾病力学、药理学、生态学、社会科学、心理学等领域。对非线性混合效应模型进行拟合后,模型诊断是验证拟合结果可靠性的关键。视觉预测检查(VPC)最近被强调为药物计量模型的视觉诊断工具。该方法也适用于一般的非线性混合效应模型。然而,现有R包中针对vpc的功能是专门用于药物计量模型诊断的,并不适合一般的非线性混合效应模型。在本文中,我们提出了nlmeVPC,一个R包,用于各种非线性混合效应模型的视觉诊断。nlmeVPC包允许更多样化的模型诊断,包括可视化诊断工具,它扩展了vpc的概念以及现有R包的功能。
{"title":"nlmeVPC: Visual Model Diagnosis for the Nonlinear Mixed Effect Model","authors":"Eun-Hwa Kang, Myungji Ko, Eun-Kyung Lee","doi":"10.32614/rj-2023-026","DOIUrl":"https://doi.org/10.32614/rj-2023-026","url":null,"abstract":"A nonlinear mixed effects model is useful when the data are repeatedly measured within the same unit or correlated between units. Such models are widely used in medicine, disease mechanics, pharmacology, ecology, social science, psychology, etc. After fitting the nonlinear mixed effect model, model diagnostics are essential for verifying that the results are reliable. The visual predictive check (VPC) has recently been highlighted as a visual diagnostic tool for pharmacometric models. This method can also be applied to general nonlinear mixed effects models. However, functions for VPCs in existing R packages are specialized for pharmacometric model diagnosis, and are not suitable for general nonlinear mixed effect models. In this paper, we propose nlmeVPC, an R package for the visual diagnosis of various nonlinear mixed effect models. The nlmeVPC package allows for more diverse model diagnostics, including visual diagnostic tools that extend the concept of VPCs along with the capabilities of existing R packages.","PeriodicalId":51285,"journal":{"name":"R Journal","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-08-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135236484","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
R Journal
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1