Learn R Programming

netmeta (version 3.2-0)

print.netbind: Print method for objects of class netbind

Description

Print method for objects of class netbind.

Usage

# S3 method for netbind
print(
  x,
  common = x$x$common,
  random = x$x$random,
  warn.deprecated = gs("warn.deprecated"),
  ...
)

Arguments

x

An object of class netbind or summary.netbind.

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.

warn.deprecated

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

...

Additional arguments (to catch deprecated arguments).

See Also

netbind

Examples

Run this code
# Examples: example(netbind)

Run the code above in your browser using DataLab