termDocumentMatrix
以下に示すように、すでに生成しています。
> tmm
[[1]]
<<DocumentTermMatrix (documents: 18, terms: 4886)>>
Non-/sparse entries: 11956/75992
Sparsity : 86%
Maximal term length: 25
Weighting : term frequency (tf)
次に、それを数値行列に変換したいのですが、エラーが表示されます。私が使用するコマンドは次のとおりです。
matrix<-data.matrix(tmm)
次に、マトリックスは次のようなリストになります。
list(i = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
どこで間違ったのですか?