Takes an nma_inla
object which is obtained by function nma_inla
and print
the model and data information such as model type used in the model.
# S3 method for nma_inla print(x, digits = 3, ...)
x | An |
---|---|
digits | An integer indicating the number of decimal places. |
... | Further arguments passed to or from other methods. |
The return value is invisible NULL
The resulting data.frame can be used as data argument in nma_inla
.