Skip to content

Categorical

Built-in functions › Programming and data types › Categorical

16 functions in this category.

FunctionWhat it does
addcatsAdd categories to a categorical array.
categoricalCreate a categorical array from data.
categoriesList of category names in a categorical array.
countcatsCount occurrences of each category.
discretizeBin numeric values into discrete categories.
iscategoricalTest whether the input is a categorical array.
iscategoryTest whether names are categories of a categorical array.
isordinalTest whether the categorical array is ordinal.
isprotectedTest whether the categorical array’s category set is protected.
isundefinedTest which categorical entries are undefined.
mergecatsMerge categories of a categorical array.
removecatsRemove categories from a categorical array.
renamecatsRename categories of a categorical array.
reordercatsReorder the categories of a categorical array.
setcatsReplace the category set of a categorical array.
summarySummary of a categorical array.