Displaying 2 results from an estimated 2 matches for "n500".
Did you mean:
500
2012 Feb 10
1
making multiple lines using qqplot
...ution Quantiles",ylab="t
Distribution Quantiles",main="Quantile-Quantile Plot of Normal vs
t-Distribution for Various Sample Sizes",pch=20)
par(new=TRUE)
qqplot(nq.n50,tq.n50,col="blue",xlab="",ylab="",pch=20).
par(new=TRUE)
qqplot(nq.n500,tq.n500,col="green",xlab="",ylab="",pch=20)
legend("topleft",c("n=5","n=50","n=500"),fill=c("red","blue","green"))
I realize that this only plots the first and the third qqplot because by
doing par(...
2008 Jan 28
3
dbox
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am trying to create a user with dbox format.
i get this error:
dovecot: Jan 28 13:45:34 Error: IMAP(ebal2): Mail storage creation
failed with mail_location: dbox:/var/mail/folders/testuser
dovecot: Jan 28 13:45:34 Error: child 5336 (imap) returned error 89
my conf has this entry:
mail_location: dbox:/var/mail/folders/%u
dovecot 1.0.10
any