Simply do LOCF.
1 2 3 4 5 6 | mf.LOCFbyWideData(
paper = ADS.measurement,
ink = ADS.measurement,
mold = df.miss.measurement,
val.Visit
)
|
paper |
<object; input> A data frame. |
ink |
<object; input> A data frame. Typically, same with paper. The columns for visits should be names "vis.INDICATOR-OF-VISITS". |
mold |
<object; input> A data frame. Missing is 1, otherwise 0. The columns for visits should be names "miss.INDICATOR-OF-VISITS". |
val.Visit |
<object; proccessing> A numeric vector. Indicators for Visits. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.