dataconvert: Conversion method for a fusedanova object

Description Usage Arguments See Also Examples

Description

Convert the compressed fused-ANOVA path to a more handy but more memory demanding data.frame format. This is typically used for plotting purposes.

Usage

1
2
\S4method{dataconvert}{fusedanova}(object, predicted=FALSE,
                  formating = c("df","list")[1], labels=FALSE, ...)

Arguments

object

an object of class fusedanova.

predicted

logical; if TRUE, the return value expands the result slot of the original fusedanova object. Otherwise, the prediction slot is explanded. Default is FALSE.

formating

a string, either "list" or "df": does the return value should be a list of dataframes for each variable or only one dataframe with an additional column indexing the variables. By default, "df".

labels

logical. Should the labels be sent back. Default is FALSE.

...

used for S4 compatibility.

See Also

fusedanova.

Examples

1
2
3

fusedanova documentation built on May 2, 2019, 4:32 p.m.