Learn R Programming

diagmeta (version 0.5-1)

summary.diagmeta: Summary method for diagmeta

Description

Summary method for objects of class diagmeta.

Usage

# S3 method for diagmeta
summary(object, ...)

Value

A list with classes 'summary.diagmeta' and 'diagmeta' is returned. The list elements are identical to a diagmeta object.

Arguments

object

An object of class diagmeta.

...

Additional arguments.

See Also

diagmeta

Examples

Run this code
# FENO dataset
#
data(Schneider2017)

diag1 <- diagmeta(tpos, fpos, tneg, fneg, cutpoint,
                  studlab = paste(author, year, group),
                  data = Schneider2017,
                  log.cutoff = TRUE)

summary(diag1)

Run the code above in your browser using DataLab