impute-noncommutative: non-commutative imputation Impute missing values using...

Description Usage Arguments Details See Also

Description

non-commutative imputation

Impute missing values using non-commutative functions, i.e. where the order matters.

Usage

1
2
3
4
5
6
7

Arguments

.x

atomic-vector with 0 or more missing values

...

additional arguments

Details

Non-commutative imputations functions assume that .x is in the proper order since the values depend on order. Usually, this is relevant then .x is part of a table.

These functions replaces NA values with the cummulative max of .x. Internally, fun(.x, na.rm=TRUE, ... ) is used. If the function cannot be calculated (e.g. .x isn't numeric) then x is returned unchanged with a warning.

Use of na.cumsum and na.cumprod are dangerous since they omit missing values that may contribute to

See Also


decisionpatterns/na.tools documentation built on May 25, 2019, 4:23 p.m.