search for: prposed

Displaying 3 results from an estimated 3 matches for "prposed".

Did you mean: proposed
2011 May 25
0
text mining - text comparing
...words) of Desription field. Attached (temp.txt) is a small dataset. 2.) Second thing is about comparing text. I have some problems with typos in a text, so what i would like is to find a words that are similar (but spelled incorrectly). Similar that when typing in google engine, you get prposed words. Has anyone had any experiance in that? I hope i explaine ok, otherwise i'll try again, Tnx, m -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: test.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110525/46b...
2017 Mar 20
2
IO error when writing to disk
Hello, Here a small improvement for R. When you use the function write.table, if the disk is full for example, the function doesn't return an error and the file is written but truncated. It can be a source of mistakes because you can then copy the output file and think everything is ok. How to reproduce ------------------------- >> write.csv(1:10000000, 'path') You must have
2009 Jul 20
1
S4 method dispatch with inheritance
Hi, I'm trying to create a new S4 class (myMatrix) which for now just extends dgCMatrix (from package Matrix). Then I want to use "[" which is defined in Matrix. Out of the box with "[" (defined in Matrix) I lose the class information and the result is an object of class dgCMatrix. If I specify a "["-method for myMatrix, it is not used because a signature