search for: jimporzak

Displaying 20 results from an estimated 39 matches for "jimporzak".

2008 Jul 10
1
odfWeave problem in 7.1?
...iles Packaging file using zip -r "24HF_MonthlyLoadQA20Counts_Source.odt" . Copying 24HF_MonthlyLoadQA20Counts_Source.odt Resetting wd Removing C:/Data/24HF_QA/R/DocsPlots/Work Done > Any ideas? TIA, Jim Porzak Responsys, Inc. San Francisco, CA http://www.linkedin.com/in/jimporzak
2009 Jan 26
1
suppressing time shift in plot of POSIXct object?
..."PST" #But doing: plot(y ~ t, type = "l") results in plot starting at 09:00 (here in California) I've poked around in help, etc but haven't any way to force use of timezone in t. What am I missing? TIA, Jim Porzak TGN.com San Francisco, CA http://www.linkedin.com/in/jimporzak use R! Group SF: http://ia.meetup.com/67/
2012 Jun 23
3
Event Studies in R
Dear all I tried finding a package for event studies but unfortunately without success. Does anyone know which package suits best for such an analysis? Thank you in advance. Regards [[alternative HTML version deleted]]
2016 Aug 19
3
summary.default rounding on numeric seems inconsistent with other R behaviors
I was wondering if it would make sense to change the default behavior of the following: summary(15555L) ## Min. 1st Qu. Median Mean 3rd Qu. Max. ## 15560 15560 15560 15560 15560 15560 summary.default on numeric values rounds values (not just presentation) to getOption("digits")-3L (or four) digits by default, making those values surprising and less suitable for
2007 Aug 04
0
Fall, Winter Internship, Junior Statistician Position
...inter. If you are interested in being considered, please contact me by email. I will be at useR! next week in Ames, let''s get together there to meet and discuss opportunities in San Francisco! -- Best, Jim Porzak Responsys, Inc. San Francisco, CA www.responsys.com www.linkedin.com/in/jimporzak [[alternative HTML version deleted]]
2007 Mar 21
1
any way to append a table in SQL server
Dear Lister, Is there an interface in R with SQL server that allows me to append records to table in the DB? Might I do that using RODBC? Thanks a lot. -- WenSui Liu A lousy statistician who happens to know a little programming (http://spaces.msn.com/statcompute/blog)
2010 Jan 25
2
Microsoft SQL Server and R
I have a client running Microsoft SQL Server. I am interested in ways of accessing data from this server using R. I would welcome any information about how this can be done. I have a reasonable grasp of SQL and have experience with MySQL and RODBC but don't know anything much about Microsoft SQL Server. David Scott -- _________________________________________________________________
2008 Jul 07
1
Interest in a Use R Group in San Francisco area?
...p://www.sdforum.org/index.cfm?fuseaction=Calendar.eventDetail&eventID=13118 And, if you are doing some interesting business intelligence related work in R, we would love to mention it in the survey part of the talk. Best, Jim Porzak Responsys, Inc. San Francisco, CA http://www.linkedin.com/in/jimporzak
2009 Feb 06
1
Cluster analysis question
Hello All, I have data where each feature data point is a vector, and my distance measurement is a weighted dot product between vectors. I would like to use R to perform a cluster analysis on this data. Does one of the R cluster analysis routines provide for a user provided distance function? Dan Stanger Eaton Vance Management 255 State Street Boston, MA 02109 617 598 8261
2009 Feb 14
0
San Francisco use R! Group - Reminder & Call for Presenters
...ink below for details. pResenters: We need presentations! Have an interesting application of R? Have tips & tricks for newbies? Built a really neat package? All ideas welcome. Please contact Mike and/or myself to schedule. Best, Jim Porzak TGN.com San Francisco, CA http://www.linkedin.com/in/jimporzak use R! Group SF: http://ia.meetup.com/67/
2009 Feb 26
0
use R Group SFBA March meeting reminder
...cooperation with Predictive Analytics World (see Group link below). Based on that response, we are now scheduling out the rest of the year. PRESENTERS needed! Please contact Mike or myself if you are interested in presenting. Best, Jim Porzak TGN.com San Francisco, CA http://www.linkedin.com/in/jimporzak use R! Group SF: http://www.meetup.com/R-Users/
2009 Aug 28
0
SFBA R Users Group - Fall kickoff w/ Hadley Wickham, more news, & call for presenters
...etup.com/R-Users/ to keep up with the latest news. Last, but certainly not least, we are setting our 2009/2010 schedule now. If you would like to present to an enthusiast bunch of gRoupies, please contact Mike Driscoll or myself. Best, Jim Porzak Ancestry.com San Francisco, CA www.linkedin.com/in/jimporzak use R! Group SF: www.meetup.com/R-Users/
2009 Sep 24
2
Date formats in as.Date
I have trouble with this: as.Date("Sep-1981", format="%b-%Y") Returns "NA" >From documentation for strftime '%b' Abbreviated month name in the current locale. (Also matches full name on input.) '%Y' Year with century. What am I doing wrong? cheers Worik [[alternative HTML version deleted]]
2008 May 03
2
help with subset
Dear list: I have a problem using the subset function: dat<- data.frame(treatment=c("A", "B", "A", "C", "C", "D", "A", "D", "C", "D"), response=rnorm(10)) I am interested in treatments "A", "B" and "D" vec<- c("A", "B", "D") But I
2007 Feb 10
1
JGR data editor question
Hi All, I'm learning JGR 1.4-15 with R 2.4.1 in Windows XP (all patches applied). JGR looks great but I'm having trouble getting the data editor to save my results. I don't see anything in R-help about it. Here are the steps I followed: 1. I chose "Tools>Object Browser" & double-clicked on a data frame, "mydata". 2. A spreadsheet editor popped up and
2007 Jul 06
5
Text Mining
Hi everybody, I am a new R user. Is there any package devoted to "text mining" analysis in R ? Thanks Gilles lepape.gilles at neuf.fr
2009 Jun 05
3
help with duplicates
I have a large dataset that contain duplicate records. How do I identify and remove duplicate records? Chris Anderson 707.315.8486 www.sassydeals4u.com ____________________________________________________________ Free info for small business owners. Click here to find great products geared for your business.
2012 Dec 03
2
Using multicores in R
Hi, I have an R script which is time consuming because it has two nested loops in it of at least 5000 iterations each, I have tried to use the multicore package but id doesn't seem to improve the elapsed time of the script(a shorter script for example) and I can't use the mcapply because of technical reasons. I was wondering how can I make my script use more cores and memory because I am
2012 Dec 03
2
Using multicores in R
Hi, I have an R script which is time consuming because it has two nested loops in it of at least 5000 iterations each, I have tried to use the multicore package but id doesn't seem to improve the elapsed time of the script(a shorter script for example) and I can't use the mcapply because of technical reasons. I was wondering how can I make my script use more cores and memory because I am
2008 Apr 13
2
[Fwd: Re: Response to R across the university]
Well, I downloaded the install JGR package for Windows and that seemed to work fine, after the installation I ended up with a modified R window which looked nice and uncluttered. Which I like. Very much. On the other hand, I cannot see how to launch the thing again once I have closed that window. There is supposed to be a launcher somewhere (JGR.exe?), but I have not been able to find it. It