Learn R Programming

norm (version 1.0-11.1)

.na.to.snglcode: 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)

Value

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

Arguments

x

data object.

mvcode

internal input of 'prelim.norm'.

See Also

prelim.norm