Displaying 20 results from an estimated 300 matches similar to: "How to Have More Customer ?"
2001 Mar 20
0
How to Have More Customer ?
Dear r-help,
we know you from below url:
http://www.ukc.ac.uk/php/mff/netres/statlist.html
If you don't want to receive any message again,
please email to remove at toyi.zzn.com to
remove your email: r-help at stat.math.ethz.ch
************** How to ***************
Have More Customer and Competition?
************** In Internet Time ***************
2013 Aug 02
2
Mail being delivered but MUA showing empty inbox
Dovecot :? 2.0.19 (see config at http://pastebin.com/raw.php?i=KMaQ9Ccc)
Postfix :? 2.9.6 (see config at http://pastebin.com/raw.php?i=EEeevHfk)
I'm trying to get Dovecot and Postfix working on Ubuntu 12.04LTS but am not having much luck.
The problem is that although mail gets delivered to the correct place, however pointing a MUA of any description at Dovecot just yields a purportedly empty
2010 Mar 08
1
confused by classes and methods.
Hello, I have a simple class that looks like:
setClass("statisticInfo",
representation( max = "numeric",
min = "numeric",
beg = "numeric",
current = "numeric",
avg = "numeric",
obs = "vector"
2000 Aug 23
2
chmod(2) and utime(2) Problems
I am having a problem with my samba config on my web server related to
file permissions.
The problem seems quite subtle!
The samba config file contains (Samba 2.0.7):
----cut here
[global]
workgroup = UKC
server string = University Web Server
security = domain
encrypt passwords = Yes
password server = KNOLE CORFE
log file = /var/adm/log/samba.log
2010 May 20
1
computer out of memory when using sigpathway
Dear R users,
I am sorry to disturb you! But I really need your help for the usage of sigPathwy.
Actually, I want a sliding window analysis for possible chromosome expression pattern mining. My research microorganism is a plant pathogen, Gibberella zeae, and I first used SAS to divide locus number with 10, 20, 30, or 40 on the fungal chromosome according to their location. I really
2002 Oct 16
0
Get your Website seen locally and globally
Leading web authority (UK)
"85% of internet users use search engines to find the sites they want"
Georgia Institute of Technology
"Search engine listings are the number one way to generate traffic on websites" -
WebCMO,
"169,400,000 people in the US access the internet. 92% of these people query search engines"
Nielsen-Netratings
"The internet is an
1999 Apr 16
1
stamp function in R
Dear R experts,
currently I'm converting a bit of trivial
Splus code to R.
In Splus I came across the stamp function.
Does R have something similar?
Thank you very much for your time.
Ananke
P.S.: Keep up the good work on R.
It's great!
HotBot - Search smarter.
http://www.hotbot.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
1999 Jun 02
0
How to fill the aerea under a plot?
Dear R users,
I hope that this question is not too dumb,
but I can't figure out how to do it.
I plot a function, e.g.
plot(sin, -pi, 2*pi).
Then I would like to have the aerea
from the x-axis up to the graph
from x ranging from -3 to 0, shaded
red and the other part (x from 0 to 6) under
the graph e.g. green or sth. like that..
Any hints on how to do that?
I could draw lines (different
1999 Mar 28
1
can R produce gifs?
Dear R users,
I would like to produce gifs or jpegs with R,
as I would like to display them on a webpage.
Is there an easier/faster/better way to do it
than to generate postscript files and then use
a utility like pstogif. The problem is that if
possible I would like to get away without installing
ghostscript, as my quota is too small.
Thank you very much for your time and bandwidth,
Ananke
2000 May 31
0
ipc$ problem
hi,
I have a problem - accounts and passwords on the computer running samba
and windows client are the same, but I'm getting a windows prompt:
Enter Network Password
___________
You must supply a password to make this connection:
resource: \\linuf\ipc$
password:
------------------------
smbclient -U% -L localhost works fine
below
2004 Aug 06
3
Start your business for UNDER $10 - ah13
ARE YOU LOOKING FOR A WORK-AT-HOME JOB?
-- EITHER PART-TIME OR FULL-TIME??
DO WANT ANOTHER PRODUCT TO COMPLEMENT
YOUR EXISTING MLM PROGRAM??
OR... ARE YOU LOOKING TO REPLACE AN MLM THAT
YOU ARE NOT TOTALLY PLEASED WITH??
If the answers to all of the above questions are no, then you
can delete this message now.
If the answer to any of the above questions is YES, then
PLEASE READ ON!
2013 Sep 18
2
Dovecot and CAPITALISATION = grrrr ;-(
Hello,
As far as I'm aware, email is case insensitive ?
Dovecot however, seems to be taking offence at the fact that someone is
sending mail to user at SOMEDOMAIN.XYZ.
Postfix has no issues handling it, it when it gets passed over to
Dovecot LMTP that I get log lines such as :
Sep 17 13:48:22 ukc-vm02-mx01 dovecot: auth:
passwd-file(user at SOMEDOMAIN.XYZ): unknown user
However user at
2003 Feb 19
2
plotmath
There's something (probably a lot) missing in my understanding of
plotmath. The LaTeX code for what I'm trying to produce is
\log(-\log(\hat R))
My (probably hopeless) attempt at it uses nested group()s:
expression(plain(log) * group("(", -plain(log)*group("(", \hat(R), ")"),
")"))
Can anyone do it right for me, please?
Thanks,
Ted.
Dr E.A.
2000 Nov 29
4
offset
I would like to do a logistic multiple regression on a binary variate,
with what Genstat calls an offset, ie a regression variable with the
coefficient constrained=1. I'm far from home and have Splus but not R
here, but any information from either source would be very welcome. I'd
hate to have to go back to using Genstat . . .
Thanks,
Ted.
---------------
Dr E.A. (Ted) Catchpole
2001 Sep 18
1
textbook on experimental design?
I'll be teaching a graduate course on (the analysis of) experimental
designs next year, using R. Does anyone know of a suitable textbook?
(Venables and Ripley MASS Ch6 on Linear Models covers roughly the right
material, but at a level that is way too difficult for my students.)
Sorry if this has been asked before. I've looked through the archives and
found Julian Faraway's book, but
2003 Sep 23
1
Very small estimated random effect variance (lme)
Dear R-helpers,
i get some strange results using a linear mixed-effects model (lme), of the type:
lme1 <- lme(y ~ x, random=~x|group, ...)
For some datasets, i obtain very small standard deviations of the random effects. I compared these to standard deviations of the slope and intercept using a lmList approach. Of course, the SD from the lme is always smaller (shrinkage estimator), but in
2004 Aug 06
0
THE MAIL KING- ah13
IF YOU USE DIRECT MAIL IN YOUR BUSINESS
-- THEN READ ON.
OTHERWISE, JUST DELETE THIS MESSAGE.
Make Every Letter Count - Get Every Letter Opened!
Did you know??
According to experts, today's deluged direct mail recipient throws away
26% to 88% of all their "junk mail" UNOPENED!
Would you like to increase your responses by an average of 3 to 6 times??
If you would (and who
2001 Oct 04
0
THE MAIL KING - ah13
IF YOU USE DIRECT MAIL IN YOUR BUSINESS
-- THEN READ ON.
OTHERWISE, JUST DELETE THIS MESSAGE.
Make Every Letter Count - Get Every Letter Opened!
Did you know??
According to experts, today's deluged direct mail recipient throws away
26% to 88% of all their "junk mail" UNOPENED!
Would you like to increase your responses by an average of 3 to 6 times??
If you would (and who
2001 Sep 20
1
Re: text book on experimental design
Andy,
Thanks. Note that DeVeaux's book, at
www.williams.edu/Mathematics/rdeveaux/book/book.html, is marked "For use
only by students of Math 244 Spring 2001, Williams College" and "DRAFT: do
not distribute or copy".
Ted.
Dr E.A. Catchpole
School of Maths & Stats
University College, UNSW Institute of Maths & Stats
Australian Defence Force Academy
2001 Feb 13
3
xfig boxplot (polygon) bug??
There appears to be a bug in the R xfig() driver.
When I run a simple example, eg
> data(InsectSprays)
> boxplot(count ~ spray, data = InsectSprays, col = "lightgray")
the boxplot is fine. Doing the same thing after
> xfig(file='test.fig')
and then opening in Xfig (ver3.2 patchlevel 2) on my Linux box produces boxplots
where the boxes, although correctly shaded in,