Learn R Programming

meta4diag (version 2.1.1)

print: 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 meta4diag
print(x, ...)

Arguments

x

A meta4diag object.

Further arguments passed to or from other methods.

Value

The return value is invisible NULL.

Details

The basic model setting and dataset information are printed.

See Also

plot

Examples

Run this code
# 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