print.nma_data {multinma}R Documentation

Print nma_data objects

Description

Print details of networks stored as nma_data objects, as created by set_ipd(), set_agd_arm(), set_agd_contrast(), set_agd_surv(), or combine_network().

Usage

## S3 method for class 'nma_data'
print(x, ..., n = 10)

## S3 method for class 'mlnmr_data'
print(x, ..., n = 10)

Arguments

x

nma_data object

...

other options (not used)

n

number of studies of each type to print

Value

x is returned invisibly.


[Package multinma version 0.7.1 Index]