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.
# S3 method for meta4diag
print(x, ...)
A meta4diag
object.
Further arguments passed to or from other methods.
The return value is invisible NULL.
The basic model setting and dataset information are printed.
# NOT RUN {
if(requireNamespace("INLA", quietly = TRUE)){
require("INLA", quietly = TRUE)
data(Catheter)
res <- meta4diag(data = Catheter)
print(res)
}
# }
Run the code above in your browser using DataLab