Displaying 2 results from an estimated 2 matches for "respal1".
Did you mean:
rescale
2007 Aug 18
2
Problem with lsa package (data.frame) on Windows XP
...mans.TINE.
000\\LSA\\respuestas\\", stemming=TRUE, language="spanish",
minWordLength=2, minDocFreq=1, stopwords=NULL,vocabulary=rownames
(matrix1))
matrix2 = lw_bintf(matrix2)
matrix2fld = fold_in(matrix2, space)
r <- cor(matrix2fld[,"respId1.txt"], matrix2fld[,"respAl1.txt"],
method = "pearson")
print(r)
An error occurs when creating the second textmatrix with the
vocabulary of the first. The error I get is:
in data.frame(docs = basename(file), terms = names(tab), Freq = tab, :
arguments imply differing number of rows: 1, 0
When I...
2007 Aug 21
2
Partial comparison in string vector
...puestas\\", stemming=TRUE, language="spanish",
> minWordLength=2, minDocFreq=1, stopwords=NULL,vocabulary=rownames
> (matrix1))
> matrix2 = lw_bintf(matrix2)
> matrix2fld = fold_in(matrix2, space)
> r <- cor(matrix2fld[,"respId1.txt"], matrix2fld[,"respAl1.txt"],
> method = "pearson")
> print(r)
>
>
> An error occurs when creating the second textmatrix with the
> vocabulary of the first. The error I get is:
>
> in data.frame(docs = basename(file), terms = names(tab), Freq = tab, :
> arguments...