as.data.frame.mixDesign: Coerce the object of class mixDesign to a data.frame

Description Usage Arguments Value Author(s) See Also

Description

S3 generic for mixDesign class.

Usage

1
2
## S3 method for class 'mixDesign'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

needs to be an object of class mixDesign.

row.names

vector containing the row names.

optional

logical value. If ‘TRUE’, setting row names and converting column names (to syntactic names: see make.names) is optional.
By default optional is set to ‘TRUE’.

...

additional arguments to be passed to or from methods.

Value

The function as.data.frame.mixDesign returns a data frame.

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

See Also

http://www.r-qualitytools.org


qualityTools documentation built on May 2, 2019, 10:21 a.m.