split_mat: Split a data frame or matrix into subsets based on a...

Description Usage Arguments Value

Description

Split a data frame or matrix into subsets based on a particular categorical variable

Usage

1
split_mat(obj, by)

Arguments

obj

is a data frame or matrix to be split into subsets, divided by the categorical variable

by

is a character-string that specifies the columns that need to be subsetted

Value

A list containing the subsetted data sets. The names of the list corresponds to the value of the subsetted list


multicross documentation built on July 8, 2020, 7:29 p.m.