plot.TTE {debiasedTrialEmulation}R Documentation

Plot Method for TTE Objects

Description

Plots diagnostic graphs for the TTE pipeline output.

Usage

## S3 method for class 'TTE'
plot(x, which = c("SMD", "Equipoise"), ...)

Arguments

x

An object of class "TTE".

which

A character vector specifying which plot(s) to display. Options are "SMD" (Standardized Mean Differences) and "Equipoise" (Equipoise plot). Default shows all plots.

...

Additional arguments passed to plotting functions.

Value

No return value, printed to the console.


[Package debiasedTrialEmulation version 0.1.0 Index]