Skip to contents

Separate methods for each approach MAIC, STC, G-computation via MLE or Bayesian inference.

Usage

IPD_stats(strategy, ipd, ald, ...)

# Default S3 method
IPD_stats(...)

# S3 method for class 'maic'
IPD_stats(strategy, ipd, ald)

# S3 method for class 'stc'
IPD_stats(strategy, ipd, ald)

# S3 method for class 'gcomp_ml'
IPD_stats(strategy, ipd, ald)

# S3 method for class 'gcomp_stan'
IPD_stats(strategy, ipd, ald)

# S3 method for class 'mim'
IPD_stats(strategy, ipd, ald)

Arguments

strategy

A list corresponding to different approaches

ipd

Individual-level data

ald

Aggregate-level data

...

Additional arguments

Value

Mean and variance values

Matching-adjusted indirect comparison statistics

Marginal A vs C treatment effect estimates using bootstrapping sampling.

Simulated treatment comparison statistics

IPD from the AC trial are used to fit a regression model describing the observed outcomes \(y\) in terms of the relevant baseline characteristics \(x\) and the treatment variable \(z\).

G-computation maximum likelihood statistics

Compute a non-parametric bootstrap with \(R=1000\) resamples.

G-computation Bayesian statistics

Using Stan, compute marginal log-odds ratio for A vs C for each MCMC sample by transforming from probability to linear predictor scale.

Multiple imputation marginalisation