- x
An object of class FixedBinBinIT
.
- Trial.Level
Logical. If Trial.Level=TRUE
, a plot of the trial-specific treatment effects on the true endpoint against the trial-specific treatment effect on the surrogate endpoints is provided (as a graphical representation of \(R_{ht}\)). Default TRUE
.
- Weighted
Logical. This argument only has effect when the user requests a trial-level surrogacy plot (i.e., when Trial.Level=TRUE
in the function call). If Weighted=TRUE
, the circles that depict the trial-specific treatment effects on the true endpoint against the surrogate endpoint are proportional to the number of patients in the trial. If Weighted=FALSE
, all circles have the same size. Default TRUE
.
- Indiv.Level.By.Trial
Logical. If Indiv.Level.By.Trial=TRUE
, a plot that shows the estimated \(R^2_{h.ind}\) for each trial (and confidence intervals) is provided. Default TRUE
.
- Xlab.Indiv
The legend of the X-axis of the plot that depicts the estimated \(R^2_{h.ind}\) per trial. Default "\(R[h.ind]^{2}\).
- Ylab.Indiv
The legend of the Y-axis of the plot that shows the estimated \(R^2_{h.ind}\) per trial. Default "Trial".
- Xlab.Trial
The legend of the X-axis of the plot that depicts trial-level surrogacy. Default "Treatment effect on the surrogate endpoint (\(\alpha_{i}\))".
- Ylab.Trial
The legend of the Y-axis of the plot that depicts trial-level surrogacy. Default "Treatment effect on the true endpoint (\(\beta_{i}\))".
- Main.Indiv
The title of the plot that depicts individual-level surrogacy. Default "Individual-level surrogacy".
- Main.Trial
The title of the plot that depicts trial-level surrogacy. Default "Trial-level surrogacy".
- Par
Graphical parameters for the plot. Default par(oma=c(0, 0, 0, 0), mar=c(5.1, 4.1, 4.1, 2.1))
.
- ...
Extra graphical parameters to be passed to plot()
.