print {meta4diag} | R Documentation |
print meta4diag object.
Description
Takes an meta4diag
object which is obtained by function meta4diag()
and print the model and data information such as model type used in the model, number of studies in the dataset and the name of covariates which are contained in the model. The variable type used in plot.meta4diag
can be found here.
Usage
## S3 method for class 'meta4diag'
print(x, ...)
Arguments
x |
A |
... |
Further arguments passed to or from other methods. |
Details
The basic model setting and dataset information are printed.
Value
The return value is invisible NULL.
Author(s)
Jingyi Guo jingyi.guo@math.ntnu.no and Andrea Riebler andrea.riebler@math.ntnu.no
See Also
Examples
## Not run:
if(requireNamespace("INLA", quietly = TRUE)){
require("INLA", quietly = TRUE)
data(Catheter)
res <- meta4diag(data = Catheter)
print(res)
}
## End(Not run)
[Package meta4diag version 2.1.1 Index]