summary_cfd: Summary

View source: R/dataPlot.R

summary_cfdR Documentation

Summary

Description

Get a summary of the data.frame containing categorical functional data

Usage

summary_cfd(data, max.print = 10)

Arguments

data

data.frame containing id, id of the trajectory, time, time at which a change occurs and state, associated state.

max.print

maximal number of states to display

Value

a list containing:

  • nRow number of rows

  • nInd number of individuals

  • timeRange minimal and maximal time value

  • uniqueStart TRUE, if all individuals have the same time start value

  • uniqueEnd TRUE, if all individuals have the same time start value

  • states vector containing the different states

  • visit number of individuals visiting each state

Author(s)

Quentin Grimonprez

See Also

Other Descriptive statistics: boxplot.timeSpent(), compute_duration(), compute_number_jumps(), compute_time_spent(), estimate_pt(), hist.duration(), hist.njump(), plot.pt(), plotData(), statetable()

Examples

data(biofam2)
summary_cfd(biofam2)

modal-inria/cfda documentation built on Oct. 19, 2023, 10:03 a.m.