No articles match
Crossover at a Milestone16 hours ago
Where crossover() is called | The earliest crossover time: delay and the opening time | How the eligible population is determined | How the package monitors the triplet's output | Developing the triplet | A worked example | Scenarios | Relationship to add_regimen() | Inspecting the switches
Simulate Trials with Dynamic Treatment Switching16 hours ago
A Common Structure | Why regimen uses three functions? | The Role of what() | The Role of when() | The Role of how() | Implement Dynamic Treatment Switching | Example 1: Crossover after progression | Example 2: Crossover for non-responsers | Example 3: Crossover when condition deteriorates | Example 4: Crossover multiple times
Simulate Correlated Progression-Free Survival and Overall Survival Using a Gumbel Copula1 months ago
Model | $$\Pr(X > x, Y > y) | $$\Pr(P > t) | \Pr(X > t, Y > t) | \exp\left[-\left{(\lambda_X^\theta + \lambda_Y^\theta)t^\theta\right}^{1/\theta}\right] | Choosing the Copula Parameter | $$\tau(P,Y) | $$\tau(P,Y)-\tau(X,Y) | Example | Practical Guidance | Appendix: Kendall's Tau for Observed PFS and OS | $$S_{X,Y}(x,y) | \Pr(X>x, Y>y) | $$\Pr(A>a, B>b) | $$S_{P,Y}(Y,Y) | $$E | $$L_R(s) | \frac{1}{\theta}\int_0^\infty e^{-(1+s)r}(r+\theta-1),dr | $$\int_c^1L_R\left{\left(\frac{1-w}{d}\right)^{1/\theta}\right}dw | $$\frac{d}{dt}\left(\frac{t^\theta}{1+t}\right) | $$d\left[\frac{t^\theta}{1+t}\right]_0^1 | c\frac | 4E{S_{P,Y}(P,Y)}-1 | \frac | 1-\frac{1}{\theta}\left(\frac{\lambda_X^\theta}{\lambda_P^\theta}\right)
Dose-Ranging Study2 months ago
Simulation Settings | Define Placebo and High Dose Arms | Define a Trial | Define Milestones and Actions | Execute a Trial | Appendix: Code of Helper Function
An Example of Fixed Design with Two Correlated Endpoints2 months ago
Simulation Settings | Transition Hazards of PFS and OS | Define Treatment Arms | Define a Trial | Define Milestone and Action for Final Analysis
An Example of Simulating a Trial with Adaptive Design2 months ago
Simulation Settings | Define Three Arms | Define a Trial | Define Trial Milestones and Action Functions | Execute a Trial | Execute Trial Simulation
Define and Summarize Arms in Clinical Trials2 months ago
Define Arm with Mulitple Sets of Endpoints | Add Inclusion Criteria for the Arm | Simulate Data Explicitly (Not Recommended)
Simulate Correlated Progression-Free Survival and Overall Survival as Endpoints Under Illness-Death Model2 months ago
Reparameterization | Example | Further Discussion
Crossover Design with Wash-out Periods2 months ago
Simulation Settings | Define Endpoints in Four Arms | Define a Trial | Define Milestone and Action | Execute a Trial
Designs with Response-Adaptive Randomization2 months ago
Simulation Settings | Define Data Generator of fev1 | Define fev1 Endpoints for Each Arm | Define a Trial | Define Milestones and Associated Actions | Execute a Trial | Appendix: Codes of Helper Functions
Specify Actions to Execute at Trial Milestones7 months ago
Define Trial Milestones | Custom Action Functions | Perform statistical analyses on data snapshot | Save intermediate results | Example 1: saving hazard ratio and p-value | Example 2: passing complex objects between milestones | Example 3: defining auxiliary information before the trial runs | Alter a trial via adaptation
Define Longitudinal Endpoints9 months ago
Example: Simulating Longitudinal Blood Pressure Endpoints | Defining Endpoints for an Arm | Defining Endpoints for Another Arm | Creating Treatment Arms and Adding Endpoints
Condition System for Triggering Milestones in a Trial9 months ago
A trial has been running for 6 months | At least 520 patients have been enrolled | At least 400 patients have been enrolled, and each has received a minimum of 3 weeks of treatment | At least 340 PFS events are observed | Other examples
Define Non-Time-to-Event Endpoints9 months ago
Define endpoints with random number generators
Define Time-to-Event Endpoints9 months ago
Define a univariate endpoint with random number generators from stats | Define a univariate endpoint with custom random number generators | Define multiple endpoints | An example of a custom random number generator for correlated endpoints
Wrapper Functions of Common Statistical Methods in TrialSimulator10 months ago
Example | Analyze Time-to-Event Endpoint | Analyze Continuous Endpoint | Analyze Binary Endpoint
Generalized Integration Model6 years ago
Flexible Input | Example 1: Integrating Population Characteristics