powered by
Get a summary of the data.frame containing categorical functional data
summary_cfd(data, max.print = 10)
a list containing:
nRow number of rows
nRow
nInd number of individuals
nInd
timeRange minimal and maximal time value
timeRange
uniqueStart TRUE, if all individuals have the same time start value
uniqueStart
uniqueEnd TRUE, if all individuals have the same time start value
uniqueEnd
states vector containing the different states
states
visit number of individuals visiting each state
visit
data.frame containing id, id of the trajectory, time, time at which a change occurs and state, associated state.
id
time
state
maximal number of states to display
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()
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)
Run the code above in your browser using DataLab