Displaying 20 results from an estimated 1100 matches similar to: "Tenure track positions in Statistics"
2002 Nov 24
1
unif_rand() and exp_rand()
Dear R-users:
Recently I found my simulation run into an apparently infinite loop.
After a few days of tracing and chasing, I believe it is caused by
the built-in unif_rand() and exp_rand() functions: unif_rand() can
produce a value of 0 which causes the following part of exp_rand()
running into an infinity loop
u = unif_rand();
for (;;) {
u += u;
if (u > 1.0)
break;
2002 Apr 12
1
NT MD4 password check failed
Hello All,
Well, I've admitted defeat. I've installed Samba 2.2.3a on a Solaris 7
machine and am trying to connect to it from a Win2K SP2 PC. I am using
encrypted passwords. The same user (darren) exists on the pc (called
'plm') and the samba server ('sparky2'). The password for this user is
the same on the PC, and the /etc/shadow and /apps/samba/private/smbpasswd
2003 Apr 01
2
predict in Pspline package (PR#2714)
To whom it may concern,
I don't know whether this is really a bug with the Pspline package or
only a problem with my installation. Things work fine in Linux but
not in Mac OS X (Darwin). Both system run the latest public versions
of R and Pspline.
predict.smooth.Pspline produces only NaN instead of predicted values
when norder>2:
> library (Pspline)
> tt <- seq
2006 Jul 14
2
chron vs. POSIX
Hi,
One of the big decisions when writing code is how to handle dates and
times. Gabor Grothendieck provided an excellent overview of the issue in
his R News 4/1 (2004) article, and many users and developers are probably
using it as a guide. The proposed guideline is to use the simplest class
required; as Gabor put it "use Date if possible, otherwise use chron, and
otherwise use
2002 Jun 26
0
Tenure track statistics position at UNB.
The Department of Mathematics and Statistics at the University of New
Brunswick, Fredericton, N. B., Canada, is advertizing a tenure track
position in Statistics, starting 1 July 2003. Please see
http://www.math.unb.ca/job-stat.html
for details.
cheers,
Rolf Turner
rolf at math.unb
[My apologies to those who receive multiple copies of this email.]
2003 Jan 27
0
Strange error messages
Hello,
I've configured a small Linux box just for sharing
some disks and route the traffic across two networks.
This works fine, since Samba can join the domain of
my NT4 PDC by Winbind.
But I get those strange error messages on my logs,
even if all seems to work correctly.
This seems regarding to winbindd:
Jan 27 11:03:25 wanda winbindd[1015]: [2003/01/27 11:03:25, 0]
2002 Aug 27
2
Peter Dalgaard's book availability....
Dear List,
Does anyone know when will be available Peter
Dalgaard's book: "Introductory Statistics with R" ?.
According to Amazon: "This item will be published on
August 15, 2002", but it continues unpublised.
Thanks,
Carlos Ortega.
_______________________________________________________________
Yahoo! Messenger
Nueva versi?n: Webcam, voz, y mucho m?s ?Gratis!
2009 Oct 13
1
Lattice barchart-reordered
Hi,Can I use "reorder" function with barchart as in dotchart? Here are some
codes which do not work for me. Thanks
Chetty
___________________________
a1c.cast$bmi.cat.reordered[a1c.cast$eth!="Other"]
<-with(a1c.cast[a1c.cast$eth!="Other",],reorder(bmi.cat.ordered[a1c.cast$eth!="Other"],
BP.FN.RATE,median ))
barchart(BP.FN.RATE~
2003 Oct 31
2
Summing elements in a list
Hi,
Suppose that I have a list where each component is a list of two
matrices. I also have a vector of weights. How can I collapse my
list of lists into a single list of two matrices where each matrix
in the result is the weighted sum of the corresponding matrices.
I could use a loop but this is a nested calculation so I was hoping
there is a more efficient way to do this. To help clarify,
2005 Feb 01
0
Reliable Samba just stopped mounting Windows machine
I have been mounting a Windows machine with no problems whatsoever for
the year. Suddenly this afternoon it won't mount any more. No recent
changes have been made on the machine. The only thing I've done
recently is load and get Thunderbird working. Most things are done as
user not root in KDE xterms.
My Linux machine is Slackware Linux 10.0.
There is an iptables firewall that
2009 Mar 02
1
xy-plot alb font size
I would appreciate any help for the following question. How to increase the
font size of labels for the x and y axes in the following code?
---------------------------------
xyplot(lbxglu~lbxgh|eth,reg.dat.5, panel = p, col = 1:2,
par.strip.text = list(cex = 1.25,col="brown"),
xlab="A1C",ylab="Fasting Plasma Glucose", main="FPG")
p <- function(..., col)
2009 Jul 02
1
Box Plot outliers label
Hi!
How can I add labels in the outliers inside a boxplot.
Here is my code, at now:
mun <- as.data.frame(read.csv2("consolidada_v3.csv"))
micro <- mun$nmicro
medprop <- mun$medprop
mimedprop <- split(medprop, micro)
boxplot(mimedprop, col="chartreuse3", main="Área média das propriedades
rurais", xlab="Microrregiões", ylab="ha")
I
2012 Dec 18
2
Fwd: I need help with an R function! Thx!
Hi! I am doing a course about the R software and I have a couple of doubts.
In one of the tasks we were asigned, we have to perform a function that
simulates a bus' trip with 25 stops. In each of those stops, between 0 and
6 people can go on board. And when the total of passengers reaches 44, no
more people can go on board.
stops <- 25
passengers <- 0
register <- numeric(25)
bus
2002 Jun 04
0
VS: WinXP allows login to expired/forbidden accounts
win2k has cache too. So how it's different?
Jooel
>
> Hi,
> I've stumbled upon this problem while trying to limit access to
> specific machine to specific domain users. I did it by setting Samba to
> obey PAM restrictions, and then using the pam_access PAM module
> ('account' clause) to do user validation (described below).
>
> On Win2000,
2003 May 21
0
getent showing wrong gids af
The only thing I know is that tdb files are Trivial DataBase files. So it's a database used by samba to persistently store stuff. The file I was refering to accidentally had "winbind" and "id" in its name, so I just deleted it to see what it gives. Seems I made the right choice.
I have no idea how to view these files though. Maybe someone on the list knows?
2012 Nov 20
0
Multilevel analysis using nlme (lme) . Error using z-scores
Hi,
i am trying to learn something about multilevel analysis using a great
"Discovering statistics using R". I constructed some sample data and then
tried to fit a model. Generally model fits well, however when trying to fit
the same model using z-score (standarizded) variables i got an error:
Error in lme.formula(z_wyn ~ z_IQ + Kasa, data = la, random = ~z_IQ | :
nlminb problem,
2004 Aug 29
0
Your Hong Kong Call Centre
If you are setting up a Call Centre in Hong Kong,
our company can provide:
1. Dedicated Hong Kong Fax Line (US$20.00 per month)
Unlimited fax receiving and every incoming fax will be
converted into TIFF file and forwarded to your email address.
2. Dedicated Hong Kong Phone Line (US$20.00 per month + IDD Charges)
Every incoming call will be forwarded to your company phone
2003 Oct 01
1
Samba Sessions
Hi,
Sorry, I mean constantly increase of memory not decrease. The problem is
that there are too many Samba sessions opened and eventually drives my
server to a complete halt. It seems to me some used sessions are not
killed or freed from memory. Is there a way to fix this? I have been running
Samba happily for the last 6 months. For the last couple of days I'm forced
to reboot the server 4 to
2017 Apr 21
0
Problem to many connection
2017-04-21 0:38 GMT-03:00 Epsilon Minus <theepsilonminus at gmail.com>:
>
>
> I'm desperate. My English is terrible, but I will try to be as clear as possible.
>
> I have Samba 4.4.4 in a Centos 7.
>
> I have many connections for each ip.
>
> The command smbstatus -b returns me infinity of these:
>
>
> Samba version 4.4.4
> PID Username
2003 Aug 04
4
Recommendations for 'X' Network Neighborhood Browser
Hi All,
Any recommendation for a Network Browser for KDE/GNOME/WindowMaker??
Cheers,
Mun Heng, Ow
H/M Engineering
Western Digital M'sia
DID : 03-7870 5168