func.ils.formula: Descriptive measures for functional data.

func.ils.formulaR Documentation

Descriptive measures for functional data.

Description

Central and dispersion measures for functional data.

Usage

func.ils.formula(formula, data = NULL, drop = FALSE, func = func.mean)

Arguments

formula

A formula, such as y ~ group, where y is a fdata object. to be split into groups according to the grouping variable group (usually a factor).

data

List that containing the variables in the formula. The item called "df" is a data frame with the grouping variable. The item called "y" is a fdata object.

drop

Logical indicating if levels that do not occur should be dropped (if f is a factor or a list).

func

Measures for functional data.


ILS documentation built on Jan. 16, 2023, 1:07 a.m.

Related to func.ils.formula in ILS...