Displaying 11 results from an estimated 11 matches for "loyaltymatrix".
2005 Feb 04
1
Opening for a Statistics Practitioner in San Francisco
...nd PowerPoint). SQL query skills are
very helpful as is real-world business and marketing experience.
The successful candidate will demonstrate creative ability to solve
practical problems, juggle multiple projects, work in a multidisciplinary
team and have fun.
For more information on us see www.LoyaltyMatrix.com and
R.LoyaltyMatrix.com.
If interested, reply to techjobs at loyaltymatrix.com by February 18, 2005.
In addition to your resume, please include a cover letter stating how your
training, experience and skills would specifically contribute to our
clients' success.
We look forward to hearin...
2004 Feb 20
0
Data Analyst Intern position in San Francisco
...e we have
standardized on R as our preferred analytics platform it seemed
appropriate to post here.
We also have a full time Data Analyst position open. Search for
"Loyalty Matrix" on [1]www.craigslist.org Jim Porzak
Director of Analytics
Loyalty Matrix, Inc.
[2]www.LoyaltyMatrix.com
------------------------
Data Analyst Intern
Loyalty Matrix is a successful & profitable two-year-old start-up company based in downtown San Francisco. We are seeking a bright, organized, and motivated team player who appreciates the challenges
and Primary Responsibilities...
2004 Jul 01
1
Seg. faults in mapthin (in package maps!)
> From: "Kevin Bartz" <kbartz at loyaltymatrix.com>
> Date: Thu, 1 Jul 2004 10:18:36 -0700
>
> Dr. Ripley, you are the master. That fix worked like a charm! All the way to
> 50, with no problems. Thanks again,
>
And all while I was asleep! I'll submit a corrected maps package in a
couple of weeks, when I return from Ch...
2005 Apr 07
2
Order of boxes in boxplot()
Hi
Sorry for such an inane question - how do I control the order in which
the boxes are plotted using boxplot() when I pass it a formula and a
data.frame? It seems that the groups are plotted in alphabetical
order... I want to change this....
Many thanks
Mick
2004 Jan 29
3
Running R remotely in Windows Environment?
...tand that.
What has me stumped is how to easily interface individual analyst's Windows
desktops to the R-server. I haven't seen anything in the archives, but I
can't imagine this hasn't been done. What am I missing?
TIA!
Jim Porzak
Director of Analytics
Loyalty Matrix, Inc.
www.LoyaltyMatrix.com
2004 Jun 14
4
Readline on R-1.9.1a
Hello! I'm trying to install R-1.9.1a with readline on Suse Linux. As
recommended in other posts, I've installed readline and readline-devel:
kevin@redtail:~/R-1.9.1> rpm -qa | grep readline
readline-devel-32bit-9.0-0
readline-32bit-9.0-0
readline-4.3-207
readline-devel-4.3-207
Then I run configure with readline:
./configure --with-readline
The relevant lines are:
2004 Jul 07
0
Visualizing Marketing Campaigns With R
...ales
4) The volume of the overlap relative to the number of respondents and
number of conversions
5) Confidence intervals about all of these figures
I've taken a stab at developing my own type of display using R and grid,
which you can see, along with comments and the raw data set, at
http://r.loyaltymatrix.com. Unfortunately, my display feels clunky and
nonintuitive. Any suggestions? Please feel free to comment or to share any
ideas, either through e-mail or the commenting feature in the blog or on
this list.
As a subtext, I've looked into rmeta, which has a funnelplot function and a
plot for th...
2004 Jul 14
0
RODBC repeated rows problem
Hello everyone! I'm having the dreaded repeated rows problem in RODBC.
Specifically, when I have a NULL value in a column, odbcFetchRows reads the
value not as NULL or NA but as the most recent non-NULL value in the column.
If there is no such non-NULL column, odbcFetchRows reads the value as 0. Let
me give you an example (though you won't be able to run it with the
"product"
2004 Jul 27
1
DESCRIPTION.in
Hello R world! I'm building a bundle of four packages, but I don't always
want to build the whole bundle. Usually I just want to tweak one function in
one of the packages and rebuild just that package. As such, I have
DESCRIPTION and DESCRIPTION.in files sitting in all the package folders.
Unfortunately, there's a pesky line in R CMD build that hacks away
DESCRIPTION whenever it sees
2004 Jul 01
1
Seg. faults in mapthin
Hi everyone! I know segmentation faults are awfully hard to diagnose, but
I'm experiencing a fairly regular pattern of seg. faults when plotting using
map in the maps package. Starting R fresh, I run:
require(maps)
for (i in 1:50) {
cat(i, "\n")
map("state")
}
I always get the same result:
1
2
3
4
5
Process R segmentation fault at Thu Jul 1 09:07:39 2004
With
2004 Jun 28
1
text length in grid
Hello! I first would like to compliment the authors of grid on what has been
a wonderfully useful package for me. Now, my question: Is there any way I
can specify the size of some grid.text using grid units?
I must label the regions of a plot. The regions can be either very small or
very large, so I would like to label each by fitting its text to the size of
the region in question. Ideally, I