Learn R Programming

ACSWR (version 1.0)

lval: Letter Values

Description

This function is adapted from Prof. Jim Albert's "LearnEDA" package. It returns the letter values as discussed in Chapter 4.

Usage

lval(x, na.rm = TRUE)

Arguments

x
the variable of interest
na.rm
the default setting removes the missing values

See Also

LearnEDA