Skip to contents

This is a simple function that takes a numeric vector as the input and returns a factor vector with labels indicating which quartile it is in.

Usage

make_quarts(x)

Arguments

x

A numeric vector.