na.to.sgnlcode: Changes NA's to single precision missing value code

.na.to.snglcodeR Documentation

Changes NA's to single precision missing value code

Description

Changes NA's to single precision missing value code It's called internally by other functions in the package, e.g., 'prelim.norm'.

Usage

.na.to.snglcode(x, mvcode)

Arguments

x

data object.

mvcode

internal input of 'prelim.norm'.

Value

Initial data object with missing values code precision changed to sinlge.

See Also

prelim.norm


norm documentation built on July 9, 2023, 3:09 p.m.

Related to na.to.sgnlcode in norm...