Displaying 20 results from an estimated 27 matches for "eagan".
Did you mean:
eagain
2011 Jul 11
3
quantile regression: out of memory error
...a prior to the regression, which could be a huge job when using 11,000 records. Does bigmemory have functionality to help me with this?
Thank you,
Paul
Paul Prew ? Statistician
651-795-5942 ? fax 651-204-7504
Ecolab Research Center ? Mail Stop ESC-F4412-A
655 Lone Oak Drive ? Eagan, MN 55121-1560
CONFIDENTIALITY NOTICE:
This e-mail communication and any attachments may contain proprietary and privileged information for the use of the designated recipients named above.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended re...
2009 Mar 12
2
Time-Ordered Clustering
...ierarchical, but observations or clusters are constrained to only join
if they are adjacent in time." CRAN searches using variants of
"cluster" and/or "constraint" and/or "time" etc. didn't yield anything I
could recognize.
Thank you,
Paul
Paul Prew
Ecolab
Eagan, MN
paul.prew at ecolab.com
CONFIDENTIALITY NOTICE: =\ \ This e-mail communication a...{{dropped:12}}
2008 Jul 30
5
History pruning
...xpressions be feasible,
e.g. detecting statements that have no side effects, dead ends, etc.
The holy grail would be something like "show me all the statements that
contributed to the current plot" or the like.
Thanks.
--
Ken Williams
Research Scientist
The Thomson Reuters Corporation
Eagan, MN
1998 May 15
1
SAMBA digest 1688
SUBJECT: SAMBA digest 1688
ERROR: Text size exceeds maximum
2010 Dec 16
1
Arguments in functions
...perc","bca"))
b.basic[i,] = b.ci$basic[,4:5]
b.normal[i,] = b.ci$normal[,2:3]
b.percent[i,] = b.ci$percent[,4:5]
b.bca[i,] = b.ci$bca[,4:5]
}
Paul Prew ? Statistician
651-795-5942 ? fax 651-204-7504
Ecolab Research Center ? Mail Stop ESC-F4412-A
655 Lone Oak Drive ? Eagan, MN 55121-1560
2012 Feb 01
1
Windows 7 installation of .qz package from SourceForge
...datasets methods base
other attached packages:
[1] Rcmdr_1.8-1 car_2.0-12 nnet_7.3-1 MASS_7.3-16
loaded via a namespace (and not attached):
[1] tools_2.14.0
Paul Prew | Statistician
651-795-5942 | fax 651-204-7504
Ecolab Research Center | Mail Stop ESC-F4412-A
655 Lone Oak Drive | Eagan, MN 55121-1560
CONFIDENTIALITY NOTICE: \ This e-mail communication an...{{dropped:11}}
2009 Apr 09
1
Error in saveLog(currentLogFileName
...ageDescription))
z$loadedOnly <- pkgDesc[loadedOnly]
}
class(z) <- "sessionInfo"
z
}
<environment: namespace:utils>
Paul Prew ▪ Statistician
651-795-5942 ▪ fax 651-204-7504
Ecolab Research Center ▪ Mail Stop ESC-F4412-A
655 Lone Oak Drive ▪ Eagan, MN 55121-1560
CONFIDENTIALITY NOTICE:
This e-mail communication and any attachments may contain proprietary and privileged information for the use of the designated recipients named above.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended re...
2009 Apr 28
2
effects package --- add abline to plot
...lorspace_1.0-0 nnet_7.2-46 MASS_7.2-46 lattice_0.17-22
loaded via a namespace (and not attached):
[1] tools_2.9.0
Thank you for any advice.
Paul
Paul Prew ▪ Statistician
651-795-5942 ▪ fax 651-204-7504
Ecolab Research Center ▪ Mail Stop ESC-F4412-A
655 Lone Oak Drive ▪ Eagan, MN 55121-1560
CONFIDENTIALITY NOTICE:
This e-mail communication and any attachments may contain proprietary and privileged information for the use of the designated recipients named above.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended re...
2013 Feb 23
2
assign index to colnames(matrix)
...ot;", "", "", "", "", "", "", "", "", "", ""), NULL))
Paul Prew ▪ Statistician
651-795-5942 ▪ fax 651-204-7504
Ecolab Research Center ▪ Mail Stop ESC-F4412-A
655 Lone Oak Drive ▪ Eagan, MN 55121-1560
CONFIDENTIALITY NOTICE:
This e-mail communication and any attachments may contain proprietary and privileged information for the use of the designated recipients named above.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended re...
2010 Mar 23
2
Sample size for proportion, not binomial
...appears to be a situation that would be common, but I'm not framing it in a way that matches an R package. Any guidance is appreciated.
Regards, Paul
Paul Prew ▪ Statistician
651-795-5942 ▪ fax 651-204-7504
Ecolab Research Center ▪ Mail Stop ESC-F4412-A
655 Lone Oak Drive ▪ Eagan, MN 55121-1560
CONFIDENTIALITY NOTICE:
This e-mail communication and any attachments may contain proprietary and privileged information for the use of the designated recipients named above.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended re...
2007 Jul 12
5
Compute rank within factor groups
Hi,
I have a data.frame which is ordered by score, and has a factor column:
Browse[1]> wc[c("report","score")]
report score
9 ADEA 0.96
8 ADEA 0.90
11 Asylum_FED9 0.86
3 ADEA 0.75
14 Asylum_FED9 0.60
5 ADEA 0.56
13 Asylum_FED9 0.51
16 Asylum_FED9 0.51
2 ADEA 0.42
7 ADEA 0.31
17
2007 Dec 17
0
Extending data.frame
...ry familiar with any of them.
Note that in my real (non-toy) application, I'll need arbitrary methods to
be able to read & write data to the object, so simple getField() and
setField() accessors won't be sufficient.
Thanks.
--
Ken Williams
Research Scientist
The Thomson Corporation
Eagan, MN
2008 Oct 01
0
Simulating random draws
...tion(pr, probs, expr, trials=1000,
labels=colnames(probs)) {
isNA <- is.na(pr$label)
replicate(trials, {
pr$label[isNA] <- runif(sum(isNA)) < probs[isNA]
expr(pr)
})
}
Thanks.
--
Ken Williams
Research Scientist
The Thomson Reuters Corporation
Eagan, MN
2010 Oct 01
1
Facets in ggplot2
...data.frame`(plot$data, , setdiff(cond, names(df)), drop = FALSE) :
> undefined columns selected
>
>
>Paul Prew >▪> Statistician
>651-795-5942 >▪> fax 651-204-7504
>Ecolab Research Center >▪> Mail Stop ESC-F4412-A
>655 Lone Oak Drive >▪> Eagan, MN 55121-1560
>
>
CONFIDENTIALITY NOTICE:
This e-mail communication and any attachments may contain proprietary and privileged information for the use of the designated recipients named above.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the int...
2008 Nov 14
0
compare performance behavior over a lifecycle
...urier analyses to deconstruct the behavior into
periodic component. However, the I'm not aware of TS or Fourier
comparisons for contrasting two populations. Such comparisons are
probably common in image analysis, but that's a foreign field to me.
Thank you,
Paul
Paul Prew
Ecolab R&D
Eagan, MN
CONFIDENTIALITY NOTICE: \ This e-mail communication an...{{dropped:11}}
2009 Nov 13
0
Aov: SE's for split plot
...69.3 58.6 40.6 ...
$ L.Final : num 89.8 75.6 70.5 69.6 58.9 ...
$ SoilRemoval: num 75.08 7.88 4.71 29.44 33.15 ...
Thank you for your consideration,
Paul
Paul Prew | Statistician
651-795-5942?? |?? fax 651-204-7504
Ecolab Research Center | Mail Stop ESC-F4412-A
655 Lone Oak Drive | Eagan, MN 55121-1560
CONFIDENTIALITY NOTICE: =\ \ This e-mail communication a...{{dropped:12}}
2004 Dec 17
0
adding and updating DNS entries on a Win2003 AD server
...examples on hand. Sorry.
cheers, jerry
=====================
I get the idea from this that it's possible, but... how? Does anyone
know of a tool that can create/update the DNS record on the Windows
server?
Thanks in advance...
James
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
James Bradley
Eagan, McAllister & Associates
james.d.bradley@navy.mil
2009 Mar 24
0
repolr output
..._4.13-13 effects_2.0-3 nnet_7.2-45 MASS_7.2-45
[9] lattice_0.17-20 geepack_1.0-16
loaded via a namespace (and not attached):
[1] boot_1.2-35 lme4_0.999375-28 Matrix_0.999375-20 tools_2.8.0
[5] Zelig_3.4-1
Paul Prew
Statistician
Ecolab
ESC F44, 655 Lone Oak Drive
Eagan, MN 55123
CONFIDENTIALITY NOTICE: \ This e-mail communication an...{{dropped:11}}
2003 Dec 02
1
Sun Kerberos Password Expiration Problems with OpenSSH 3.7.1p2
I am running Solaris 8 with the Basic Security Module (BSM) loaded and
Sun's Enterprise Authentication Mechanism (SEAM) installed. Our servers
are using Sun One Directory Services (LDAP) for authorization and Sun's
Kerberos 5 implementation for authentication. We have been using OpenSSH
3.4p1 with OpenSSL 0.9.6f and everything has been working fine.
We are updating our OpenSSH and OpenSSL
2004 Dec 21
2
Unix password synch
Hi all,
Is there any way to automatically update the samba
password when a user changes his unix account password
using the passwd command.
I want samba to look in passwd file for
authentication. I dont want to create two accounts one
for local unix and then for the samba.
I am not planning to deploy ldap as a solution.
Is there any workaround.
Anish