Learn R Programming

netmeta (version 3.2-0)

summary.netmeta: Summary method for objects of class netmeta

Description

Summary method for objects of class netmeta.

Usage

# S3 method for netmeta
summary(
  object,
  common = object$common,
  random = object$random,
  prediction = object$prediction,
  reference.group = object$reference.group,
  baseline.reference = object$baseline.reference,
  all.treatments = object$all.treatments,
  overall.hetstat = object$overall.hetstat,
  backtransf = object$backtransf,
  nchar.trts = object$nchar.trts,
  warn.deprecated = gs("warn.deprecated"),
  ...
)

Value

A list of class "summary.netmeta" is returned with the following elements:

k

Total number of studies.

m

Total number of pairwise comparisons.

n

Total number of treatments.

d

Total number of designs (corresponding to the unique set of treatments compared within studies).

trts

Treatments included in network meta-analysis.

k.trts

Number of studies evaluating a treatment.

n.trts

Number of observations receiving a treatment (if available).

events.trts

Number of events observed for a treatment (if available).

studies

Study labels coerced into a factor with its levels sorted alphabetically.

narms

Number of arms for each study.

designs

Vector with unique designs present in the network. A design corresponds to the set of treatments compared within a study.

comparisons

Vector with unique direct comparisons present in the network.

comparison

Results for pairwise comparisons (data frame with columns studlab, treat1, treat2, TE, seTE, lower, upper, z, p).

comparison.nma.common

Results for pairwise comparisons based on common effects model (data frame with columns studlab, treat1, treat2, TE, seTE, lower, upper, z, p, leverage).

comparison.nma.random

Results for pairwise comparisons based on random effects model (data frame with columns studlab, treat1, treat2, TE, seTE, lower, upper, z, p).

common

Results for common effects model (a list with elements TE, seTE, lower, upper, z, p).

random

Results for random effects model (a list with elements TE, seTE, lower, upper, z, p).

predict

Prediction intervals (a list with elements seTE, lower, upper).

Q

Overall heterogeneity / inconsistency statistic.

df.Q

Degrees of freedom for test of heterogeneity / inconsistency.

pval.Q

P-value for test of heterogeneity / inconsistency.

I2, lower.I2, upper.I2

I-squared, lower and upper confidence limits.

tau

Square-root of between-study variance.

Q.heterogeneity

Overall heterogeneity statistic.

df.Q.heterogeneity

Degrees of freedom for test of overall heterogeneity.

pval.Q.heterogeneity

P-value for test of overall heterogeneity.

Q.inconsistency

Overall inconsistency statistic.

df.Q.inconsistency

Degrees of freedom for test of overall inconsistency.

pval.Q.inconsistency

P-value for test of overall inconsistency.

Q.decomp

Data frame with columns 'treat1', 'treat2', 'Q', 'df' and 'pval.Q', providing heterogeneity statistics for each pairwise meta-analysis of direct comparisons.

sm

A character string indicating underlying summary measure.

method

A character string indicating which method is to be used for pooling of studies.

level

The level used to calculate confidence intervals for individual studies.

level.ma

The level used to calculate confidence intervals for pooled estimates.

level.predict

The level used to calculate prediction intervals for a new study.

ci.lab

Label for confidence interval.

incr

Numerical value added to cell frequencies (if applicable).

method.incr

A character string indicating which continuity correction method was used (if applicable).

allstudies

A logical indicating whether studies with zero events or non-events in all treatment arms should be included in an inverse variance meta-analysis (if applicable).

cc.pooled

A logical indicating whether incr should be used as a continuity correction (if applicable).

reference.group, baseline.reference

As defined above.

all.treatments

As defined above.

seq

A character specifying the sequence of treatments.

tau.preset

An optional value for the square-root of the between-study variance \(\tau^2\).

sep.trts

A character used in comparison names as separator between treatment labels.

nchar.trts

A numeric defining the minimum number of characters used to create unique treatment names.

prediction, overall.hetstat, backtransf

As defined above.

title

Title of meta-analysis / systematic review.

call

Function call.

version

Version of R package netmeta used to create object.

Arguments

object

An object of class netmeta.

common

A logical indicating whether results for the common effects model should be printed.

random

A logical indicating whether results for the random effects model should be printed.

prediction

A logical indicating whether prediction intervals should be printed.

reference.group

Reference treatment.

baseline.reference

A logical indicating whether results should be expressed as comparisons of other treatments versus the reference treatment (default) or vice versa. This argument is only considered if reference.group has been specified.

all.treatments

A logical or "NULL". If TRUE, matrices with all treatment effects, and confidence limits will be printed.

overall.hetstat

A logical indicating whether to print heterogeneity measures.

backtransf

A logical indicating whether results should be back transformed in printouts and forest plots.

nchar.trts

A numeric defining the minimum number of characters used to create unique treatment names (see Details).

warn.deprecated

A logical indicating whether warnings should be printed if deprecated arguments are used.

...

Additional arguments (to catch deprecated arguments).

See Also

netmeta

Examples

Run this code
# Examples: example(netmeta)

Run the code above in your browser using DataLab