given formula ~ row_ids * text, where text is a character string, construct a matrix where row's are indexed by row_ids and columns are (default) bag-of-words. Perform PCA on this matrix.
given formula ~ row_ids * text, where text is a character string, construct a matrix where row's are indexed by row_ids and columns are (default) bag-of-words. Perform PCA on this matrix.