Learn R Programming

diagmeta (version 0.5-1)

as.data.frame.diagmeta: Extract data frame from diagmeta objects

Description

Extract data frame from objects of class diagmeta.

Usage

# S3 method for diagmeta
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Value

A data frame is returned by the function as.data.frame.

Arguments

x

An object of class diagmeta.

row.names

Argument of R function as.data.frame (ignored).

optional

Argument of R function as.data.frame (ignored).

...

Other arguments.

See Also

diagmeta summary.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)

as.data.frame(diag1)

Run the code above in your browser using DataLab