Displaying 20 results from an estimated 37 matches for "allstate".
2004 Nov 20
0
smbpasswd produces INCORRECT sambaNTPasswd hash on ppc (yellowdog 4.0 on xserve G5)
...aving trouble setting up samba as a PDC on an apple xserve, using
yellowdog linux 4.0. After a lot of thrashing, I believe the problem
may be smbpasswd generating the wrong NT hash. Running smbpasswd on a
redhat box (intel architecture) produces the follow LDAP entry:
dn: uid=testuser2,ou=Users,dc=allstate,dc=network
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
objectClass: sambaSamAccount
cn: testuser2
sn: testuser2
uid: testuser2
uidNumber: 1006
gidNumber: 513
homeDirectory: /home/testuser2
loginShell: /bin/bash
gecos: System User
description: Sys...
2007 Jan 23
3
Loess with more than 4 predictors / offsets
Hello,
Does anyone know of an R version of loess that allows more than 4
predictors and/or allows the specification of offsets? For that matter,
does anyone know of _any_ version of loess that does either of the
things I mention?
Thanks,
Paul Louisell
650-833-6254
ploua@allstate.com
Research Associate (Statistician)
Modeling & Data Analytics
ARPC
[[alternative HTML version deleted]]
2009 Feb 25
1
Statistic community?
Hi there,
I'm very glad to use the R-help mailing list for R-related question but more
and more often I face general statistical problems. Does anyone know by chance
a community (mailinglist, forum, ...) where I can ask these kind of questions?
I'm glad for any link or hint :-)
Antje
2013 Jan 21
2
how to bread while loop reading from connection with read.csv
...ot;test.csv","rt")
readLines(con,n=10)
readLines(con,n=10)
unlink(con)
#show that read.csv end with error
con <- file("test.csv","rt")
read.csv(con,header=T,nrows=10)
read.csv(con,header=F,nrows=10)
unlink(con)
Sincerely,
Stephen Collins
Predictive Modeler
Allstate Insurance Company
> sessionInfo()
R version 2.15.0 (2012-03-30)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252??
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C?????????????????????????
[5] LC_TI...
2018 May 18
1
exclude
Thank you Bert and Jim,
Jim, FYI , I have an error message generated as
Error in allstates : object 'allstates' not found
Bert, it is working. However, If I want to chose to include only mos years
example, 2003,2004,2007 and continue the analysis as before. Where should
I define the years to get as follow.
2003 2004 2007
AL 2 1 1
NY 1 1 2
T...
2000 Nov 03
3
QUERY: gam models in R?
Hi Allstaters,
Does anybody know if the R package can fit
Generalised Additive Models?.
Thanks indeed,
Aurelio.
atobias at ole.com
___________________________________________________________________
Consigue tu e-mail gratuito TERRA.ES
Haz click en http://www.terra.es/correo/
-.-.-.-.-.-.-.-.-.-.-.-.-....
2007 Jun 14
3
Responding to a posting in the digest
Is there a convenient way to respond to a particular
posting which is a part of the digest?
I mean something that will automatically quote the
original message, subject, etc.
Thank you!
Moshe Olshansky
m_olshansky at yahoo.com
2003 Apr 07
1
Segmentation error
Hello,
I'm using library(spatstat) and trying to use ppp on my dataset. I get a segmentation error when I try to run it. Any suggestions? Code below ...
Thanks,
Suzanne
---------------------------------------
dat <- read.delim(file="trees_R2.csv", sep=",", header=1)
P16 <- (dat$Plot == "P1") | (dat$Plot == "P2") | (dat$Plot == "P3")
2007 Jan 13
1
R on UNIX Sun-Solaris 10.0 vs. S-Plus
...r the other
considering ONLY installation and updating issues? I don't have
experience with R on UNIX, but I'm guessing that it's not much (if any)
more difficult to maintain than S-Plus. I'd appreciate input from anyone
who has experience.
Thanks,
Paul Louisell
650-833-6254
ploua@allstate.com
Research Associate (Statistician)
Modeling & Data Analytics
ARPC
[[alternative HTML version deleted]]
2003 Oct 15
0
Sun, SAS and DM Review invite you to a Web Seminar
...ers your organization to:
- Accelerate speed to market.
- Deepen relationships with your customers and suppliers.
- Better manage risk.
- Lower operational costs.
- Extend competitive advantage.
Join us for an interactive hour, hearing first hand from industry experts. Find out how Allstate Financial used intelligence from SAS to learn the differences among customers to target them with the right offerings.
- John Hershberger, VP, Database Marketing, Allstate Financial
- Don Hatcher, VP, Technology Strategies, SAS
- Cyrus Golkar, CxO, Business Intelligence/Data Warehouse Solu...
2010 Feb 26
1
Automate generation of multiple reports using odfWeave
Dear R and odfWeave users,
I am looking for a way to automate generation of many reports using
odfWeave. All reports would use the same input ODT file, the only difference
would be in the name of the dataset which will be analyzed in any particular
report. Right now, the name of the dataset is hardcoded in the first code
chuck in the input file:
<<01 get data, echo=TRUE>>
station =
2004 Jul 13
2
Is there a statistics that can summarize the correlation for more than two random variables?
Hi, R people,
I wonder if there is a statistics than can measure the correlation for more
than two random variables, instead of computing the correlation coefficient
matrix. If so, what R package should I use?
Right now I can only think of the mean of all pair-wise correlation
coefficients, e.g., (corr(x,y) + corr(x,z) + corr(y,z)) / 3 for three random
variables (x, y, z).
Thanks a
2012 Aug 10
1
Performance issues with R2.15.1 built from source on Solaris
..., the "long double"
type in C is implemented very slowly in software, and it seems that it is
used for the sums done when calculating standard deviations with "sd".
Radford Neal
> Date: Wed, 8 Aug 2012 18:55:37 -0500
> From: "Eberle, Anthony" <aeber at allstate.com>
> To: <r-devel at r-project.org>
> Subject: [Rd] Performance issues with R2.15.1 built from source on
> Solaris?
> I have a question about building R (2.15.1) from source on a Solaris 10
> 64bit virtual server with 2 cores and 16GB memory that is running on an
> Or...
2018 May 18
3
exclude
Hi All,
I have a sample of data set show as below.
tdat <- read.table(textConnection("stat year Y
AL 2003 25
AL 2003 13
AL 2004 21
AL 2006 20
AL 2007 12
AL 2009 16
AL 2010 15
FL 2006 63
FL 2007 14
FL 2007 25
FL 2009 64
FL 2009 47
FL 2010 48
NY 2003 50
NY 2004 51
NY 2006 57
NY 2007 62
NY 2007 36
NY 2009 87
NY 2009 96
NY 2010
2023 Oct 13
1
rnrfa package problems
R help email
Hello I?m trying to work my way through the rnrfa package
RJ-2016-036.pdf (r-project.org)
<https://journal.r-project.org/archive/2016/RJ-2016-036/RJ-2016-036.pdf>
I?ve got it loaded OK and can access the data by the catalogue() command -
gives me a tibble with names, grid refs etc
allStations <- catalogue()
allStations
This works OK
But when I try to run the example
2018 May 18
0
exclude
... and similar to Jim's suggestion but perhaps slightly simpler (or not!):
> cross <- xtabs( Y ~ stat + year, data = tdat)
> keep <- apply(cross, 1, all)
> keep <- names(keep)[keep]
> cross[keep,]
year
stat 2003 2004 2006 2007 2009 2010
AL 38 21 20 12 16 15
NY 50 51 57 98 183 230
> ## for counts just do:
> xtabs( ~ stat + year, data
2001 Sep 30
0
GNU GOOSe apparently needs help (fwd)
Apologies for cross-posting ...
This project is looking for a maintainer. To quote from the Goose web
site:
"Goose is a LGPLed C++ library dedicated to statistical computation. The
two design goals of this project are:
To create a useful and complete system that takes advantage of C++'s
features to improve the clarity of statistical code and that is easier to
use for programmers.
To
2004 Jul 13
0
Is there a statistics that can summarize the correlation formore than two random variables?
This seems more like a STATS question than an R question - asking on a
list like STAT-L or ALLSTAT may result in more replies
Nevertheless, it seems to me that you need to describe (and maybe
decide) what you mean by 'summarize' the correlations. Certainly the
mean DOES summarize them, but is it the summary you want? Maybe, maybe
not. Perhaps the median? Or a trimmed mean? Do you want
2007 Aug 02
1
proportional odds model in R
Hi all!!
I am using a proportinal odds model to study some ordered categorical
data. I am trying to predict one ordered categorical variable taking
into account only another categorical variable.
I am using polr from the R MASS library. It seems to work ok, but I'm
still getting familiar and I don't know how to assess goodness of fit.
I have this output, when using response ~ independent
2007 Aug 31
0
Studio 11 compiling of Rmath standalone versus compiling R
...his machine, i.e., I don't want to use gcc and Studio 11 together. Is there some way to get Studio 11 to compile the standalone library by altering the makefile?
Thanks for any advice/explanation people can offer. I'm a newcomer to compiling code on UNIX.
Paul Louisell
650-833-6254
ploua@allstate.com
Associate Predictive Modeler (Statistician)
Modeling & Data Analytics
ARPC
[[alternative HTML version deleted]]