Impute missing values
impute_missing.Rd
Impute missing values
Arguments
- data
A data frame
- filter
A logical expression for any dic attribute (e.g. scale == "ITRF" & subscale == "Int")
- force_to_scale
If TRUE, imputed values will be rounded and forced to the scale. That is, a value below the scale's minimum or maximum will be set to the scale's minimum and maximum.