print.nma_dic {multinma}R Documentation

Print DIC details

Description

Print details of DIC model fit statistics, computed by dic() function.

Usage

## S3 method for class 'nma_dic'
print(x, digits = 1, ...)

Arguments

x

An object of class nma_dic

digits

An integer passed to round()

...

Ignored

Value

x is returned invisibly.


[Package multinma version 0.7.1 Index]