Displaying 20 results from an estimated 37 matches for "allstaters".
Did you mean:
allstate
2004 Nov 20
0
smbpasswd produces INCORRECT sambaNTPasswd hash on ppc (yellowdog 4.0 on xserve G5)
I'm having 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
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
Hello,
I'm trying to read a file rows at a time, so as to not read the entire file into memory.? When reading the "connections" and "readLines" help, and "R help archive," it seems this should be possible with read.csv and a file connection, making use of the "nrows" argument, and checking where the "nrow()" of the new batch is zero rows.
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
Thank you
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
This is a general question to people who've installed R on a UNIX
sparc-sun-solaris platform:
Have you had any issues related to maintaining R on this platform, e.g.,
installations that didn't work, instances of R crashing and possibly
requiring a new installation, etc?
I'm especially interested in anyone who has experience with both R and
S-Plus on this OS. Is there any reason to
2003 Oct 15
0
Sun, SAS and DM Review invite you to a Web Seminar
Sun SAS and DM Review Present
"Business Intelligence Building Blocks: Enabling the Agile Enterprise"
Date: Tuesday, October 28, 2003
Time: 11:00 a.m. PDT/2:00 p.m. EDT
Duration: One hour
Tune into Sun Microsystems' BIDW Network Series
Hosted by DM Review, 4th in a 6-part series
Today, more than ever, business intelligence needs to be utilized to not only run a business -it must
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
Is this a SPARC system? On at least some SPARC systems, 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
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
Hi,
I have a UNIX-Solaris-Sparc-Studio 11 compilers question. Since it's not exactly a programming question, I'm posting it here instead of to the developers list.
Here's the relevant info:
1) I'm using SunOS 5.9 on a 32 bit machine without parallel processing. The chip is Sparc.
2) I've installed the Sun Studio 11 compilers.
3) I've successfully built and tested R 2.5.1