| summary_cfd | R Documentation |
Get a summary of the data.frame containing categorical functional data
summary_cfd(data, max.print = 10)
data |
data.frame containing |
max.print |
maximal number of states to display |
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
Quentin Grimonprez
Other Descriptive statistics:
boxplot.timeSpent(),
compute_duration(),
compute_number_jumps(),
compute_time_spent(),
estimate_pt(),
hist.duration(),
hist.njump(),
plot.pt(),
plotData(),
statetable()
data(biofam2)
summary_cfd(biofam2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.