print: print meta4diag object.

printR 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 meta4diag object.

...

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

plot

Examples

## Not run: 
if(requireNamespace("INLA", quietly = TRUE)){
  require("INLA", quietly = TRUE)
  data(Catheter)
  res <- meta4diag(data = Catheter)
  print(res)
}

## End(Not run)

meta4diag documentation built on Nov. 29, 2023, 3:01 a.m.