Learn R Programming

seminr (version 2.3.4)

df_xtab_matrix: Cross-tabulates columns of a dataframe into a matrix with NAs for unspecified pairs

Description

Cross-tabulates columns of a dataframe into a matrix with NAs for unspecified pairs

Usage

df_xtab_matrix(model, df, rows, columns)

Value

A cross-tabulated matrix matrix with NAs for unspecified pairs.

Arguments

model

A formula indicating relevant columns from data frame

df

A data.frame of columns to cross-tabulate

rows

A vector of row names for the matrix to sort by

columns

A vector of column names for the matrix to sort by