Plotting all the individual weight trajectories in fr, along with the mean. Plots weights for assessment.
plotContWeights(
fr,
stopTimeName = "to",
startStatusName = "from.state",
endStatusName = "to.state",
idName = "id"
)No return value.
Data with weight column
Name of column with stop time of the at risk period
Name of the variable that contains the name of start state for each at-risk interval
Name of the variable that contains the name of end state for each at-risk interval
Name of column in dataFr that identifies individuals
Pål Christie Ryalen <p.c.ryalen@medisin.uio.no>