as_FD.tbl_cube: Interpret response given as tbl_cube for FDboost

View source: R/FD-class.R

as_FD.tbl_cubeR Documentation

Interpret response given as tbl_cube for FDboost

Description

Interpret response given as tbl_cube for FDboost

Usage

## S3 method for class 'tbl_cube'
as_FD(x, obj.formula, ...)

Arguments

x

a 'tbl_cube' containing the response values as measures and other variables as dimensions.

obj.formula

a formula of the form value^dim ~ arg | id reflecting the meaning of the variables. Missing ^dim or |id are interpreted as only one dimension/id occuring in the data.

...

additional arguments to be passed to or from methods.

Value

a list with a matrix containing the values and vectors of length nrow(matrix) for the other variables corresponding to the 'regular' FDboost data format

See Also

FDboost(), tbl_cube, FD


Almond-S/manifoldboost documentation built on June 23, 2022, 11:06 a.m.