Displaying 7 results from an estimated 7 matches for "pgrd".
Did you mean:
pgd
2013 Jul 23
1
Error on classic upgrade - valid group
Hi.
I'm trying to convert from s3 to s4 using classic upgrade. I have LDAP
backend and i'm getting this error:
Ignoring group 'pgrd' S-1-5-21-511255529-1355219746-1726288727-3007 listed
but then not found: Unable to enumerate group members,
(-1073741596,NT_STATUS_INTERNAL_DB_CORRUPTION)
The problem is that this group is valid and almost all our users are in
this group, so i can't just ignore. Brownsing my ldap i can f...
2002 Feb 28
3
is there a limit to the length of validusers= lines (i.e over 102 4 bytes)
...the
source - so if someone could point me in the right direction I'll go look (I
am not a great C coder:-).
Thanks
Greg Cope
PFIZER GLOBAL RESEARCH AND DEVELOPMENT
----------------------------------------------------------------
This message and any attachment has been virus checked by the
PGRD Sandwich Data Centre.
----------------------------------------------------------------
2005 Oct 13
3
Installing R-2.2.0 package
...t this makes it quite difficult to download and install a batch of
packages from CRAN or Biocondctor! Is this lock directory a new feature with
R-2.2.0? Is there a work around in the R build itself or the installation
scripts?
Much thanks!!!
---------------------
David P Dean
Research Informatics
PGRD Groton Labs
(860)-441-5053
david.p.dean at pfizer.com
----------------------------------------------------------------------
LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}}
2003 Dec 15
1
minor documentation typo ?
Hi,
I believe the following is a very minor typo in the documentation for
merge() :
all logical; all=L is shorthand for all.x=L and all.y=L
^ ^ ^
Looks like 'L' should be 'FALSE'.
Someone please alert me if I am wrong. If I am not wrong, is it appropriate
to submit a bug for such minor detail?
Thanks,
Jim
James A. Rogers
2005 Sep 12
1
Help with a more flexible funtion for multiple comparisio n of means
Jose -
Before implementing SNK and Duncan's, you may want to be aware of some
criticisms of these methods:
>From Hsu (1996),
"Newman-Keuls multiple range test is not a confident inequalities method and
cannot be recommended."
"Duncan's multiple range test is not a confident inequalities method and
cannot be recommended either. In the words of Tukey (1991),
2004 May 06
1
sporadic errors with nlrq() / optim()
Dear List,
Apologies if this is a known problem ... I wasn't able to find it on the bug
list, but it is a problem that does not seem to occur with a MAC build of R
2.0, so perhaps this problem has already been addressed for the future.
I am getting *sporadic* errors when refitting the same model to the same
data set, using nlrq() in the nlrq package. The algorithm is not stochastic,
so I
2008 Mar 07
5
Passing function to tapply as a string
Hi,
Was wondering if it is possible to pass function name as a parameter, smth
along this line
param.to.pass<-c(1,'max','h')
dd<-function(dfd, param=param.to.pass,...){
ttime.int <- format(ttime,fmt)
data.frame(
param[3] = tapply(dfd[,param[1]],ttime.int,param[3]),
...)
}
I know there is a as.formula expression but not quite sure if there is some