Other packages > Find by keyword >

CoRpower  

Power Calculations for Assessing Correlates of Risk in Clinical Efficacy Trials
View on CRAN: Click here


Download and install CoRpower package within the R console
Install from CRAN:
install.packages("CoRpower")

Install from Github:
library("remotes")
install_github("cran/CoRpower")

Install by package version:
library("remotes")
install_version("CoRpower", "1.0.4")



Attach the package and use:
library("CoRpower")
Maintained by
Michal Juraska
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-10-07
Latest Update: 2020-11-17
Description:
Calculates power for assessment of intermediate biomarker responses as correlates of risk in the active treatment group in clinical efficacy trials, as described in Gilbert, Janes, and Huang, Power/Sample Size Calculations for Assessing Correlates of Risk in Clinical Efficacy Trials (2016, Statistics in Medicine). The methods differ from past approaches by accounting for the level of clinical treatment efficacy overall and in biomarker response subgroups, which enables the correlates of risk results to be interpreted in terms of potential correlates of efficacy/protection. The methods also account for inter-individual variability of the observed biomarker response that is not biologically relevant (e.g., due to technical measurement error of the laboratory assay used to measure the biomarker response), which is important because power to detect a specified correlate of risk effect size is heavily affected by the biomarker's measurement error. The methods can be used for a general binary clinical endpoint model with a univariate dichotomous, trichotomous, or continuous biomarker response measured in active treatment recipients at a fixed timepoint after randomization, with either case-cohort Bernoulli sampling or case-control without-replacement sampling of the biomarker (a baseline biomarker is handled as a trivial special case). In a specified two-group trial design, the computeN() function can initially be used for calculating additional requisite design parameters pertaining to the target population of active treatment recipients observed to be at risk at the biomarker sampling timepoint. Subsequently, the power calculation employs an inverse probability weighted logistic regression model fitted by the tps() function in the 'osDesign' package. Power results as well as the relationship between the correlate of risk effect size and treatment efficacy can be visualized using various plotting functions. To link power calculations for detecting a correlate of risk and a correlate of treatment efficacy, a baseline immunogenicity predictor (BIP) can be simulated according to a specified classification rule (for dichotomous or trichotomous BIPs) or correlation with the biomarker response (for continuous BIPs), then outputted along with biomarker response data under assignment to treatment, and clinical endpoint data for both treatment and placebo groups.
How to cite:
Michal Juraska (2018). CoRpower: Power Calculations for Assessing Correlates of Risk in Clinical Efficacy Trials. R package version 1.0.4, https://cran.r-project.org/web/packages/CoRpower. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0.0 (2018-10-07 01:00), 1.0.1 (2019-04-25 10:00), 1.0.2 (2019-06-19 19:50), 1.0.3 (2019-09-27 23:50)
Other packages that cited CoRpower R package
View CoRpower citation profile
Other R packages that CoRpower depends, imports, suggests or enhances
Complete documentation for CoRpower
Functions, R codes and Examples using the CoRpower R package
Some associated functions: computeN . computePower . plotPowerCont . plotPowerTri . plotROCcurveTri . plotRRgradVE . plotVElatCont . 
Some associated R codes: computeN.R . computePower.R . plotPowerCont.R . plotPowerTri.R . plotROCcurveTri.R . plotRRgradVE.R . plotVElatCont.R .  Full CoRpower package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA