search for: sheth

Displaying 20 results from an estimated 22 matches for "sheth".

Did you mean: sh_eth
2006 Oct 17
2
CTRL-C behaviour with RODBC on Solaris2.8
...with gcc-3.3 (too old?) and ODBC_INCLUDE, ODBC_LIBS pointing to non-standard locations /quant/temp/jagat/usr/local/include, /quant/temp/jagat/usr/local/lib, respectively. Will be glad to provide further details. Any ideas on how to correct this would be greatly appreciated. Thanks -- Jagat K. Sheth Prepayment Modeling and Economics Wells Fargo Home Mortgage 7911 Forsyth Boulevard Suite 500, M5001-061 Clayton, MO 63105 Tel: (314)-726-4496 Fax: (314)-726-4483 jagat.k.sheth@wellsfargo.com [[alternative HTML version deleted]]
2006 May 12
2
R-2.3.0 make error on AIX 5.2
...e latter failed make check and didn't load the X11 and vfonts modules unless $(LIBS) was added to their makefiles as mentioned in a separate posting from this). Any advice on the above would be greatly appreciated. I will be happy to provide other additional details. Thanks, Jagat Jagat K. Sheth 1000 Technology Drive > Mortgage Analytics Third Floor, Mail Station 55 > CitiMortgage, Inc. O'Fallon, MO 63368-2240 > Tel:(636)261-1407 FAX:(636)261-1312 > > Email: jagat.k.sheth at citigroup.com > > > > > >
2008 Jun 30
1
AIX 5.3 --enable-R-shlib make error with R-2.7.1
...1/src' make: *** [R] Error 1 On the other hand, no problems on this system with the above configuration building R<=2.6.2. Can also successfully build R-2.7.1 here without --enable-R-shlib. Will be glad to experiment or provide more details if needed anytime. Thanks, Jagat -- Jagat K. Sheth Prepayment Modeling and Economics Wells Fargo Home Mortgage 7911 Forsyth Boulevard Suite 500, M5001-061 Clayton, MO 63105 Tel: (314)-726-4496 Fax: (314)-726-4483 jagat.k.sheth at wellsfargo.com
2008 Nov 24
8
matching matrix columns to a vector
I need help with (hopefully) just one more thing. I have been fussing with this for quite some time and have decided just to give up and ask! I want to match a column in a matrix to a vector. I found a "which" command that I thought would be helpful as it does the following: > g=c(1,5,3,2,7) > which(g==5) [1] 2 As the above gave which placement in the g vector corresponded to
2006 May 12
1
X11 and vfonts modules on AIX 5.2
...g. the plots I now get in R-2.2.1, after editing the X11 and vfonts makefiles, appear with darker axis labels and tick marks than in R-2.0.1, say. Any advice to help clean things up would be greatly appreciated. I would be happy to provide any additional details. Thanks, Jagat Jagat K. Sheth 1000 Technology Drive > Mortgage Analytics Third Floor, Mail Station 55 > CitiMortgage, Inc. O'Fallon, MO 63368-2240 > Tel:(636)261-1407 FAX:(636)261-1312 > > Email: jagat.k.sheth at citigroup.com > > > > > >
2007 May 18
1
AIX testers needed
...5.0 year 2007 month 04 day 22 svn rev 41276 language R version.string R version 2.5.0 RC (2007-04-22 r41276) ----- Original Message ----- From: "Prof Brian Ripley" <ripley at stats.ox.ac.uk> To: <R-devel at r-project.org> Cc: "Sheth, Jagat K" <jagat.k.sheth at citigroup.com>; "kamil Marcinkowski" <kamil at ualberta.ca>; "Tiong Lim" <t.lim at auckland.ac.nz>; "Eric Harley" <ericctharley at gmail.com>; "Matthew Beason" <mbeason at harrahs.com>; <watpla...
2000 Nov 06
5
Aggregate
...ows with the same configuration of responses? I know this is possible using the package 'cfa' (configural frequency analysis, a contributed package in R) but I can't coerce the output from the cfa command into a data frame. Any suggestions would be greatly appreciated. Thanks! Jagat Sheth Washington University in St. Louis Department of Psychiatry 40 N. Kingshighway St. Louis, MO 63108 Tel: (314) 286-2253 Fax: (314) 286-2265 email: shethj at epi.wustl.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuw...
2004 Feb 25
4
Computing very large distance matrix
Hello All, I have a 131072x132 matrix for which I need to compute a regular euclidean distance matrix, which I then need to transform and run agnes() on this transformed matrix. I am having trouble computing the distance matrix as it is fairly large and I am sure I have gone over the max. The specific error I am getting is: Error in vector("double", length) : negative length vectors
2005 Dec 29
2
has_many & belongs_to with Plugins (login_engine)
Hello list, Probably a newbie question but couldn''t find the answer in the archives. I am using the login_engine Plugin to implement the login functionality. I have a JournalEntry model that interacts with the journal_entries table. I would like to link the journal entries to the user who entered it. Essentially, it is a one to many relationship between the model User(from
2006 Apr 06
4
Record retrieval in Many-to-many using :through not working
Hello, I get an error while retrieving records from the following model structure. Tables foods - id, food foodallergies - food_id, symptom_id, a few other columns symptoms - id, symptom Models class Food < ActiveRecord::Base has_many :foodallergies has_many :symptoms, :through => :foodallergies end class Symptom < ActiveRecord::Base has_many :foodallergies has_many :foods,
2007 Mar 29
1
AIX testers needed
With much thanks to Ei-ji Nakama, R 2.5.0 alpha supports building on AIX (at least AIX 5.2 on one system). Would anyone able to test this please get the latest tarball from http://cran.r-project.org/src/base-prerelease/R-latest.tar.gz and try installing (after reading the AIX notes in R-admin.html section C.9). In particular it would be very helpful to know if 1) --enable-BLAS-shlib works
2006 Oct 16
2
PR#9295
...able to build Date: Fri, 13 Oct 2006 21:42:37 +0200 (CEST) Full_Name: Daniel E. Platt Version: 2.4.0 OS: AIX 5.3 Submission from: (NULL) (129.34.20.23) Did a new build of gcc c,c++,gfortran v4.1.1, (re)built R 2.3.1 using config.site as spec'd in R-admin.pdf in sec C.9 as described by Jagat Sheth, with addition of FC=gfortran (configure tried using f95, which is present on the system, but won't bind with gcc's obj files). Applying the same to 4.1.1 produces the following: make[4]: Leaving directory `/geno4/watplatt/R/R-2.4.0/src/library/tools/src' Error in dyn.load(x, as.lo...
2006 Apr 04
4
Help with many-to-many using :through
I am using many-to-many using :through since I need to store additional information in the join table. I am doing this and it seems to work. I want to verify that this is the best way to do this. Tables foods - id, food foodallergies - food_id, symptom_id, a few other columns symptoms - id, symptom Models class Food < ActiveRecord::Base has_many :foodallergies has_many :symptoms,
2006 Jan 05
1
Memory limitation in GeoR - Windows or R?
...; 1: Reached total allocation of 1023Mb: see help(memory.size) > > Thank you for any help you may be able to send my way. > > ~Aaron Swoboda > > Below is your posting to the R-help list... > > > Dear all, > > I a read with great interest the e-mails related to Arnav Sheth about > memory limitation when computing a distance matrix. I suspect > that I will also meet some memory limitation using GeoR. I am > currently running GeoR on a geodata object including 2686 geographical > coordinates. > > krige.conv() can handle it (it takes 10-15 mn of comp...
2006 May 19
2
Doing and storing a Writeboard like diff in RoR
Hello all, Anyone have any suggestions on how I could do and display a diffed piece of text in a style similar to Writeboard (strikeouts etc.) Q1) Are there any ruby gems for diff? Q2) How would I represent the diffed text in styled HTML? If there are existing tools, any ideas on how I could write this? Thanks, Vaishal -------------- next part -------------- An HTML attachment was scrubbed...
2006 Mar 28
1
acts_as_taggable plugin to tag multiple fields in a model
Hello, Is it possible to tag multiple fields in a model using either acts_as_taggable plugin or gem? If it is not possible out of the box, can anyone provide pointers on how I would achieve something like that? Say I have a ''Food'' model which has ''spices'' and ''healthiness'' attributes. I want to be able to tag on both those fields. Is that
2007 Dec 12
0
CTRL-C behaviour with RODBC on Solaris2.8
Dear Dr. Sheth, This spring, Dr. Cottler and the EPRG submitted a renewal for the T32 NIMH Training Program in Psychiatric Epidemiology and Biostatistics. We are submitting a letter to Council for the competing continuation for NIMH which better showcases the accomplishments of our past trainees. It is vital...
2006 Oct 13
0
Unable to build (PR#9295)
Full_Name: Daniel E. Platt Version: 2.4.0 OS: AIX 5.3 Submission from: (NULL) (129.34.20.23) Did a new build of gcc c,c++,gfortran v4.1.1, (re)built R 2.3.1 using config.site as spec'd in R-admin.pdf in sec C.9 as described by Jagat Sheth, with addition of FC=gfortran (configure tried using f95, which is present on the system, but won't bind with gcc's obj files). Applying the same to 4.1.1 produces the following: make[4]: Leaving directory `/geno4/watplatt/R/R-2.4.0/src/library/tools/src' Error in dyn.load(x, as.logic...
2004 Feb 04
1
Clustering with 'agnes'
Hello, I had a question regarding clustering using the agnes() function from the 'cluster' package. I was wondering if anyone knew how I can identify cluster points after running the agnes function. For example, I created a dataset with points randomly scattered around (0,0), (0,1) and (1,0). After clustering, the dendrogram shows all the clustered points and I get the ordering and
2001 Jul 02
1
margin.table
...ecific changes to R documentation for R 1.3.0 regarding this. Please let me know if I am overlooking something obvious. Any advice would be appreciated. Thanks. Jagat Department of Psychiatry Washington University in St. Louis St. Louis, MO 63108 USA Tel: 314-286-2253 Fax: 314-286-2265 email: shethj at epi.wustl.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-h...