impute_missing: Impute missing values

View source: R/impute_missing.R

impute_missingR Documentation

Impute missing values

Description

Impute missing values

Usage

impute_missing(data, filter = NULL, force_to_scale = TRUE)

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.

Value

A data frame with imputed data.


jazznbass/scaledic documentation built on July 19, 2023, 12:50 a.m.