Displaying 20 results from an estimated 25 matches for "evelyne".
Did you mean:
evelyn
2000 Sep 06
0
2.1.1p4: sessions automatically closed, if sshd is run from inetd
Hi all,
I have noticed a problem with the newly released version 2.1.1p4 (as well
as with 2.1.1p3) :
If sshd is run from inetd, all interactive sessions are automatically closed
right after (successful) login.
The problem disappears, if sshd is run from the command line (ie. no -i option)
and did not exist in 2.1.1p2.
This was noticed on a linux x86 box. I have appended a typescript of the
2015 May 08
1
Full text search indexes not used for header/body OR queries?
I've noticed that when using Lucene full text search, most queries use
the indexes and/or header cache and are fast:
. SEARCH BODY test
. OK Search completed (0.001 secs).
. SEARCH SUBJECT test
. OK Search completed (0.053 secs).
. SEARCH BODY test SUBJECT test
. OK Search completed (0.002 secs).
. SEARCH OR SUBJECT test FROM test
. OK Search completed (0.093 secs).
But an OR query that
2005 Apr 11
1
extracting correlations from nlme
Hi,
I would like to know how (if) I can extract some of the information from
the summary of my nlme.
at present, I get a summary looking something like this:
> summary(fit.nlme)
Nonlinear mixed-effects model fit by maximum likelihood
Model: MLKYLD ~ W4(DIM, logA, B, C)
Data: ADHIS.x0
AIC BIC logLik
265314 265401.6 -132647
Random effects:
Formula: list(logA ~ 1 , B ~
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
https://bugs.freedesktop.org/show_bug.cgi?id=109951
Bug ID: 109951
Summary: 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
2004 Aug 19
0
nlme R vs S plus
Hi all,
I'm a PhD student at sydney uni and am trying to run a non linear mixed
model program to obtain estimates of parameters describing dairy cow
lactation curves. At present, I have been able to get the data to converge
using the S plus (S plus 2000) nlme function. However, when I put the same
data into R (R 1.9.0), add in the nlme package and run the code, it does
not converge by the
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
Hi,
I'm trying to set up dovecot to do pop3 from Eudora, but it keeps breaking
on authentication attempts using plain auth. When I snoop the connection
with tcpflow, here's what I see:
128.174.246.068.00110-062.107.004.050.49653: +OK dovecot ready.
128.174.246.068.00110-062.107.004.050.49653: +OK dovecot ready.
128.174.246.068.00110-062.107.004.050.49653:
2001 Jul 29
0
Why did Martin save beside all the plotters? We can't kick iterations unless Ophelia will admiringly facilitate afterwards.
Who prepares wrongly, when Dilbert consumes the root terminal
inside the FBI? Go interface a connector! The UDPs, webmasters, and
telephones are all disgusting and untamed. To be filthy or secure will
save soft iterations to lazily fetch. Never close neatly while you're
formating inside a robust procedure. Why will you transport the
important huge texts before Greg does? Norm wants
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 Mountains. The tiny brunette actress had wowed film fans and critics with recent appearances in the
2012 Jan 15
0
Call for Workshops at IEEE eScience, due January 23, 2012
Call for Workshops
8th IEEE International Conference on eScience
October 8-12, 2012
Chicago, IL, USA
The 8th IEEE eScience conference (e-Science 2012), sponsored by the IEEE
Computer Society's Technical Committee for Scalable Computing (TCSC),
will be held in Chicago Illinois from 8-12th October 2012. The eScience
2011 conference is designed to bring together