Displaying 1 result from an estimated 1 matches for "ccauto".
Did you mean:
  tcauto
  
2006 Oct 03
1
new to R: don't understand errors
...llections, I still get the errors. So I am wondering
if it might be something in the files themselves...
 
At any rate I routinely get these two errors. The first is generated
when I include a minDocFreq=x, and it looks a little like this when I
run it:
 
>      data(stopwords_en)
>      CCauto = textmatrix( "CultureMineTXT" , minWordLength=3,
minDocFreq=50, stopwords=stopwords_en)
>      Error in data.frame(docs = basename(file), terms = names(tab),
Freq = tab,  :  
>                      arguments imply differing number of rows: 1, 0
 
If I remove the minDocFreq, I g...