View source: R/KostraWrappers.R
SimpleImputeHistoryWide | R Documentation |
SimpleImputeHistoryWide
SimpleImputeHistoryWide(
data,
idName,
periodName,
measureName,
strataName = NULL,
weightMethod,
reverse
)
data |
Input data set of class data.frame |
idName |
Name of id-variable |
periodName |
Name of the period identification variable. |
measureName |
Name of the variable to estimate. |
strataName |
Name of starta-variable. Single strata when NULL (default) |
weightMethod |
The weight method for error calculations coded as a string: "ordinary" (default) or "ratio". |
reverse |
When TRUE most resent is last instead of first (see xName and yName). Default is FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.