as_data_frame: Coerce an 'ouch' object to a data frame

as_data_frameR Documentation

Coerce an ouch object to a data frame

Description

Coerce an ouch object to a data frame

Usage

## S3 method for class 'ouchtree'
as.data.frame(x, ...)

## S3 method for class 'browntree'
as.data.frame(x, ...)

## S3 method for class 'hansentree'
as.data.frame(x, ...)

Arguments

x

any R object.

...

additional arguments to be passed to or from methods.

See Also

Other methods for ouch trees: bootstrap(), coef(), logLik, ouch-package, paint(), plot(), print(), simulate(), summary(), update()


ouch documentation built on April 25, 2023, 9:10 a.m.

Related to as_data_frame in ouch...