as_data_frame {struct}R Documentation

convert to data.frame

Description

Most often used with univariate statistics to gather all the different outputs in a consistent format.

Usage

as_data_frame(M, ...)

Arguments

M

a struct object

...

other inputs passed through this function

Value

a data.frame containing outputs from an object


[Package struct version 1.4.0 Index]