Learn R Programming

mdsstat (version 0.3.2)

test_as_row: Coerce mdsstat Test to 1-Row Data Frame

Description

Coerce an mdsstat test (class mdsstat_test) to a 1-row data frame.

Usage

test_as_row(df)

Arguments

df

Required input object of class mdsstat_test

Value

1-row data frame (class mdsstat_df) summarizing the test.

Examples

Run this code
# NOT RUN {
test_as_row(prr(mds_ts[[1]]))
# }

Run the code above in your browser using DataLab