Displaying 20 results from an estimated 300 matches similar to: "Merge data frame with mispelling characters"
2009 Jan 22
2
how to make a soundex method in
I am working with a table in my database where I am looking through
every record to see if it matches with every other record in that same
table to see if its a soundex match or not
I want to define a method where I can call it as a true or false
statement like:
onerecord.soundex(otherrecord) = true or false and be able to run the
code below based on if its true or false
--
Posted via
2014 Dec 30
2
Adding support for phonetic correction via soundex algorithms
Hello!
I'm Shubham Sharma, a 3rd year Information Systems student at BITS Pilani,
and I'd like to explore the possibilities of a GSOC Project that would aim
at improving the tolerant retrieval capabilities via *phonetic* correction(:
misspellings that arise because the user types a query that sounds like the
target term. ) I did find spelling correction via edit distance in
2009 Nov 25
1
implementing soundex algorithm
how can i implement soundex algorithm in rails app??
my database is mysql
I want to search a particular table''s data using soundex
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send
2009 Jul 02
1
Quantitative Risk Management by McNeil
Dear Specialists in R,
May be somebody has experiment in using pakage for the book Quantitative
Risk Management by McNeil?
This package is writen in R.
I have run this package for fitting the data to Nornal Inverse Gaussian
distribution and fased with following problem.
> Return<-read.csv("data.csv")
> Transpose<-t(Return)
> fit.NH(Transpose, case="NIG",
2006 Jan 10
5
matching country name tables from different sources
Hi,
Before I reinvent the wheel I wanted to kindly ask you for your opinion if there is a simple way to do it.
I want to merge a larger number of tables from different data sources in R and the matching criterium are country names. The tables are of different size and sometimes the country names do differ slightly.
Has anyone done this or any recommendation on what commands I
2008 Jun 04
5
controller filters running twice in 1.1.4?
since upgrading to 1.1.4 (I had been running without issue on a git
snapshot), I''m noticing that my filter actions initiated from application.rb
seem to be running twice. I created a test rails project with the rspec
scaffold and am also seeing the same behavior here too.
Adding this code to application.rb:
before_filter :foo
def foo
"foo"
end
and an example
2008 Jul 31
1
nls weights warning message
The following warning message occurs when running the nls on some data:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Warning message:
In is.na(wts) : is.na() applied to non-(list or vector) of type 'NULL'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
and I would like to know what is causing it and how I can fix it.
As an example, the following, from Venables and Ripley, which
2011 Sep 19
1
Announcement: Geppetto 2.0.0 released
The 2.0.0 release of Geppetto is available as download and updates from
within Geppetto for all users of 1.0.x.
Please see the FAQ at:
http://cloudsmith.github.com/geppetto/faq.html for information if you
run into problems updating.
Checkout
http://cloudsmith.github.com/geppetto/faq.html#2011/06/28/how-do-i-update if
you need instructions how to run update.
In this release
===============
*
2006 May 22
4
Sys.setlocale upsets windows graphics device (PR#8887)
Full_Name: Edward McNeil
Version: 2.3.0
OS: Widows XP
Submission from: (NULL) (203.170.234.5)
Type the following:
> Sys.setlocale("LC_ALL","C")
> hist(1:10)
CRASH
2006 Aug 22
5
Creating mysql triggers with migrations blows up
def self.up
execute("delimiter ^ ")
sql = <<-_SQL
CREATE TRIGGER customer_bi BEFORE INSERT ON customers
FOR EACH ROW
BEGIN
SET NEW.sndx = SOUNDEX(NEW.lname) ;
END ^
_SQL
sql.split(''^'').each do |stmt|
execute(stmt) if (stmt.strip! && stmt.length > 0)
end
execute("delimiter ;
2008 Dec 01
1
factanal question
Dear R users:
I'm wondering if it's possible to get the residual correlation matrix when using factanal.
Since factanal assumes that the errors are normally distributed and independent (provided the factor model fits the data) this would be useful. Of course you would need to submit the data to the function to get the residuals (not just their correlation matrix), but it should be possible
2007 May 21
2
Merge (PR#9699)
Full_Name: Edward McNeil
Version: 2.5.0
OS: Windows XP
Submission from: (NULL) (203.170.234.5)
This is a new bug introduced to R2.5.0.
Scenario: If one of the data frames to merge contains two variables that have
the same name, then the data in first variable (of the same name) is copied to
the second variable in the resulting merged data frame.
In R2.4.1, the second variable name is
2003 Dec 03
1
R and Memory
I would suggest that you make a more thorough search of the R-Archives.
(http://finzi.psych.upenn.edu/search.html) If you do you will find this
discussion has been had several times and that the type of machine you
are running will have an impact upon what you can do. My feeling is that
you are going have to knuckle down with the documentation and understand
how R works and then when you have
2006 Nov 25
5
Metaphone analysis
Not sure how much this will interest people but I don''t have a blog so I''m
posting something I threw together today cause I think it might be useful.
In what little free time I have I''ve been wanting to put together a
Rails/Ferret based restful dictionary. So I finally got a chance to get
started today so the first thing I wanted to do was implement a metaphone
2005 Mar 18
2
How to create a 'fit' plot
Dear List,
As someone who is in the process of trying to migrate
from Excel, I'd appreciate any help on this question:
I have a data set and want to fit, say, three
distributions to it. I would like to create a plot
that shows my data points against all three fitted
curves (estimated d.f.). Basically, I lookint to
creat a plot that looks like the one presented in the
attached paper (Figure
2010 Jun 07
1
Source of chickwts data
I'm not sure if this is the right mailing list. My apologies if I'm
sending the question to the wrong mailing list.
(The r-packages list moderator suggested using the R-help list.)
My question is about the "chickwts" data in the datasets package.
According to help(chickwts), the source of the data is
?Anonymous (1948) Biometrika, 35, 214.
But this reference seems irrelevant.
2008 Jun 12
1
About Mcneil Hanley test for a portion of AUC!
Dear all
I am trying to compare the performances of several methods using the AUC0.1
and
not the whole AUC. (meaning I wanted to compare to AUC's whose x axis only
goes to
0.1 not 1)
I came to know about the Mcneil Hanley test from Bernardo Rangel Tura
and I referred to the original paper for the calculation of "r" which is an
argument of the function
cROC. I can only find the
2005 Jan 11
1
Standard error for the area under a smoothed ROC curve?
Hello,
I am making some use of ROC curve analysis.
I find much help on the mailing list, and I have used the Area Under the
Curve (AUC) functions from the ROC function in the bioconductor project...
http://www.bioconductor.org/repository/release1.5/package/Source/
ROC_1.0.13.tar.gz
However, I read here...
http://www.medcalc.be/manual/mpage06-13b.php
"The 95% confidence interval for
2007 Apr 17
2
how to estimate dose from respond given drc package result
Dear all,
I can use the very nice drc package (multdrc()) to model and plot a
dataframe containing dose and response values. I can also use
predict.drc() to yield response values given a dose. I need to do the
opposite, estimate a dose given the response. The general predict
documentation seems to say that this is possible, but it does not
appear that predict.drc has that capability.
2019 Feb 21
2
virsh confirmed edits do not persist
This may be user error, I am new to libvirt.
I am using libvirt 5.0.0. I have created a VM (win10) in the system URI
using virt-manager. I stopped the VM to edit it.
I set my LIBVIRT_DEFAULT_URI="qemu:///system" and am able to read the
domain configuration with `EDITOR=nano virsh edit win10`. When I save
(ctrl+o) and exit (ctrl+x) I see the message "Domain win10 XML
configuration