plotContWeights {ahw} | R Documentation |
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"
)
fr |
Data with weight column |
stopTimeName |
Name of column with stop time of the at risk period |
startStatusName |
Name of the variable that contains the name of start state for each at-risk interval |
endStatusName |
Name of the variable that contains the name of end state for each at-risk interval |
idName |
Name of column in |
No return value.
Pål Christie Ryalen <p.c.ryalen@medisin.uio.no>