Displaying 20 results from an estimated 25 matches for "evelyn".
2000 Sep 06
0
2.1.1p4: sessions automatically closed, if sshd is run from inetd
...NT=127.0.0.1 1157 22
SSH_TTY=/dev/pts/0
TERM=linux
Connection to localhost closed.
debug: Transferred: stdin 0, stdout 297, stderr 33 bytes in 0.1 seconds
debug: Bytes per second: stdin 0.0, stdout 4280.2, stderr 475.6
debug: Exit status 0
-------------- next part --------------
Sep 6 16:08:28 evelyn sshd[9571]: Generating 768 bit RSA key.
Sep 6 16:08:29 evelyn sshd[9571]: RSA key generation complete.
Sep 6 16:08:29 evelyn sshd[9571]: Connection from 127.0.0.1 port 1157
Sep 6 16:08:29 evelyn sshd[9571]: Accepted rsa for a_user from 127.0.0.1 port 1157
Sep 6 16:08:29 evelyn PAM_pwdb[9571]: (...
2015 May 08
1
Full text search indexes not used for header/body OR queries?
...s).
Is this the expected behavior? Since the FTS code can handle an AND of
header and body searches, I'm surprised it doesn't do the same for an OR.
I noticed this while tracking down poor performance in Thunderbird,
which issues searches like this:
UID SEARCH RETURN (ALL) (OR FROM "Evelyn" (OR SUBJECT "Evelyn" (OR TO
"Evelyn" (OR CC "Evelyn" BODY "Evelyn")))) NOT DELETED
These are slow even with FTS enabled because of this behavior.
I'm using Dovecot 2.1.7 from Debian wheezy. (I know this is outdated;
however, I've examined the...
2005 Apr 11
1
extracting correlations from nlme
...siduals:
Min Q1 Med Q3 Max
-5.107463 -0.5581999 -0.01962435 0.5032916 31.28465
Number of Observations: 46831
Number of Groups: 4994
I would like to extract the table of correlations, but have not been able
to do it.
Any assistance, much appreciated.
Cheers,
Evelyn
Evelyn Hall
PhD Student
Faculty of Veterinary Science
The University of Sydney
PMB 3 Camden, NSW, 2570
Phone: +61 2 9036 7736
Email: evelynw@camden.usyd.edu.au
[[alternative HTML version deleted]]
2012 Oct 19
2
replacing rows data.frame
...hit_len q_len identity ratio e ok gene
*18296* 344 551 86.919 0.62432 2.1142e-89 *2* BrChr1g00001V4
SHOULD be:
agi hit_len q_len identity ratio e ok gene
AT4G38360.2 344 551 86.919 0.62432 2.1142e-89 True BrChr1g00001V4
Thanks you..
Evelyne
--
View this message in context: http://r.789695.n4.nabble.com/replacing-rows-data-frame-tp4646731.html
Sent from the R help mailing list archive at Nabble.com.
2019 Mar 10
2
[Bug 109951] New: Death in Thrive (Game) Causes Hang Followed By Crash
...Product: Mesa
Version: 18.3
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: evelyn.eion at cowstore.net
QA Contact: nouveau at lists.freedesktop.org
Created attachment 143617
--> https://bugs.freedesktop.org/attachment.cgi?id=143617&action=edit
kernel-logs
The game's log fills with things like "nouveau: 0x00000000 nouveau: 0x00000000
nouveau: 0x0000000...
2004 Aug 19
0
nlme R vs S plus
...A,logB,logC){})
Lact.nlme<-{nlme(model=MLKYLD~W3(DIM,A,logB,logC),
fixed=A+logB+logC~1,
random=A+logB+logC~1|ID,
data=LacData.x0, start=c(13.41143,log(0.152792),log(0.002494)), control=nlmeControl(msMaxIter=200),
verbose=T)
}
Any help or advice would be greatly appreciated,
Evelyn
--
Evelyn Hall
PhD Student
Faculty of Veterinary Science
C01 JL Shute Building Camden
University of Sydney
2008 Mar 14
1
Forward Selection with regsubsets
Hi,
I would like to perform a forward selection procedure on a data set
with 6 observations and 10 predictors. I tried to run it with
regsubsets (I set nvmax=number of observations) but I keep getting
these warning messages:
Warning messages:
1: 5 linear dependencies found in: leaps.setup(x, y, wt = weights,
nbest = nbest, nvmax = nvmax,
2: nvmax reduced to 5 in: leaps.setup(x, y, wt =
2009 Dec 04
2
Logistic geographical weighted regression
Dear all,
is it possible to perform logstic type of geographical weighted
regression in R software?
thanks in advance.
robert.
[[alternative HTML version deleted]]
2013 Nov 12
0
Data Analyst and Coordinator
...umber of expert volunteers and
upon the commitment and expertise of our member associations.
For further details, see: http://www.idf.org/jobs/data-analyst
Interested and qualified candidates should send a curriculum vitae and
cover letter to describe interest and relevance to the position to Mrs
Evelyne Haubruge, HR & Office Manager, evelyne.haubruge at idf.org, by 30
January 2014.
L Makaroff, PhD
Epidemiology and Public Health Manager
International Diabetes Federation
166 Chaussee de La Hulpe
1170 Brussels, Belgium
2007 Jun 06
3
list
hello,
I wanna know how to create a list of list if it's possible and if it isn't possible how to do without.
thanks.
_____________________________________________________________________________
[[alternative HTML version deleted]]
2009 Jan 13
1
Bar plot between two different liniar models
Hello
I have a problem that i ant make a Bar plot like the one i have tried to
illustrate below (made in paint);
http://www.nabble.com/file/p21437080/LG5%2Bgraf%2Bredigeret.jpg
http://www.nabble.com/file/p21437080/LG5%2Bgraf%2Bredigeret.JPG
LG5+graf+redigeret.JPG
Where each line represents a model;
model1 = 0.58*x+12.65
model2 = 1.16*x+12.65
But i only want the bars and with y-values above
2010 Aug 24
1
save() object w/o all of the loaded environment
I have two packages, one that does the actual work (SC) and the other
a Tcl/Tk UI (SCUI) that invokes methods within the former. Within the
SCUI's invocation method, I save an object returned from SC, the
results of a long-running method.
Now the object is completely described by the SC package. Unfortunately,
any attempt to load the object (in a fresh R session) fails as below.
R>
2007 Jan 21
1
Can we do GLM on 2GB data set with R?
We are wanting to use R instead of/in addition to our existing stats
package because of it's huge assortment of stat functions. But, we
routinely need to fit GLM models to files that are approximately 2-4GB
(as SQL tables, un-indexed, w/tinyint-sized fields except for the
response & weight variables). Is this feasible, does anybody know,
given sufficient hardware, using R? It appears to
2010 Nov 20
3
how to store package options over sessions?
Hi,
I posted this a week ago on r-help but did not get an answer. So I hope that someone here can help me:
I want to define some options for my package the user may change.
It would be convenient if the changes could be saved when terminating
an R session and recovered automatically on the next package load.
Is that possible and if yes, is the standard way to implement this?
Thanks,
Mark
2010 Nov 05
3
table with values as dots in increasing sizes
I was just thinking of a way to present data and if it is possible in R.
I have a data frame that looks as follows (this is just mockup data).
df
location,"species1","species2","species3","species4","species5"
"loc1",0.44,0.28,0.37,-0.24,0.41
"loc2",0.54,0.62,0.34,0.52,0.71
"loc3",-0.33,0.75,-0.34,0.48,0.61
location
2006 Jan 21
1
Request for Proposal: On-Site Rails Training
...or the additional day
would also be helpful, but is not required as part of this proposal.
SUBMISSION INSTRUCTIONS
Your initial proposal and any supporting materials may be submitted via
hard-copy, e-mail attachment (PDF strongly recommended), or
URL-for-download. Proposals should be directed to:
Evelyne Roach
Departmental Computing Support Manager
Office of Information Technology
87 Prospect Ave.
Princeton, NJ 08540
evelyne@princeton.edu
*** Proposals must be received in our offices no later than 5pm EST
(GMT-5) on Friday, 3 February 2006. ***
Please contact Ms. Roach or me with any questions -...
2003 Jul 03
1
Auth problems against Eudora
...am I missing something?
Thanks in advance,
-Lars
--
Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| H?rdgrim of Numenor
"I do not agree with a word that you say, but I |----------------------------
will defend to the death your right to say it." | Where are we going, and
--Evelyn Beatrice Hall paraphrasing Voltaire | what's with the handbasket?
2001 Jul 29
0
Why did Martin save beside all the plotters? We can't kick iterations unless Ophelia will admiringly facilitate afterwards.
...formating inside a robust procedure. Why will you transport the
important huge texts before Greg does? Norm wants to recycle
strongly, unless Catherine posts ADSLs around Jason's admin.
Debbie flows, then Sue fully places a bright output throughout
Samuel's cleartext. As angrily as Evelyn spools, you can pump the
memory much more subtly. Otherwise the engineer in Edwina's
newsgroup might float. The solid fast Usenets deeply proliferate as the
insecure robots produce.
2011 Jul 22
1
Re: winecfg Audio tab crash - OS X Snow Leopard
Evelyn Brent's life and career were going quite well in 1928. Following her divorce from producer Bernard Fineman, she was happily living with writer Dorothy Herzog. The couple was often seen enjoying lunch at the Montmartre Caf9, and Brent had recently had a cabin built in the San Bernardino Mountain...
2012 Jan 15
0
Call for Workshops at IEEE eScience, due January 23, 2012
...oratory, USA
Publicity Chairs
* *Kento Aida*, National Institute of Informatics, Japan
* *Ioan Raicu*, Illinois Institute of Technology, USA
* *David Wallom*, Oxford e-Research Centre, UK
Local Organizing Committee
* *Ninfa Mayorga*, University of Chicago, USA
* *Evelyn Rayburn*, University of Chicago, USA
* *Lynn Valentini*, Argonne National Laboratory, USA
--
=================================================================
Ioan Raicu, Ph.D.
Assistant Professor, Illinois Institute of Technology (IIT)
Guest Research Faculty, Argonne National Laboratory (ANL)...