search for: henny

Displaying 12 results from an estimated 12 matches for "henny".

Did you mean: penny
2011 Mar 07
4
png inside loop
hello list! I'm sorry, I just stumbled over this strange behaviour (at least I am not able to explain the behaviour, therefore I assume it to be a strange behaviour): attach(water) # I know, this is not recommended names(water[3:10]) [1] "temp" "pH" "DO" "BOD" "COD" "no3" "no2" "po4" for (i in
2005 Apr 06
2
conditional selection with Factors
Hi All, I want to select a level of a factor variable from a dataset. I have the folowing data: dataset: use factor: month (use$month, levels=February, July) > use[1:5,] month registration use department size 1 February KKG151GP Y Safety 1.6 To select February I tried: > use[use$month=="February"] Error in "[.data.frame"(use, use$month ==
2004 Oct 28
2
Create factors in R for more than one variable
Hi all, I'm using R2.0 on linux. I have fixedwidth data consisting of 50 questions on a likert scale. The raw data is coded 1 to 5. I used read.fwf() to read in the data. The problem is that factors isn't created automatically, because the data is coded numerically. To make factors out of the 50 questions I must do: V1 <- factor(V1) I don't want to do it 50 times. Is there a
2006 Feb 01
1
Off topic: nonparametric regression
Hi All, What do you consider to be the best book(reference) on nonparametric regression? I am currently reading the book of Kunio Takezawa(2006): "Introduction to nonparametric regression". Is the book of Hardle(1990): "Applied nonparametric regression" better? or maybe another book? This is off topic, but most of the books is using R or S-plus. Thanks Hennie
2005 May 31
1
compile errors samba-3.0.15pre2 redhat 7.3
Hi there, After configuring and doing a make of samba-3.0.15pre2 it fails with the following errors: <snip> Compiling libads/ads_status.c with -fPIC Linking nsswitch/libnss_wins.so lib/system.po: In function `sys_dlopen': lib/system.po(.text+0xd71): undefined reference to `dlopen' lib/system.po: In function `sys_dlsym': lib/system.po(.text+0xd99): undefined reference to
2011 Feb 27
3
accessing variables inside a function, inside a loop
dear list! I KNOW this has been answered a million times before. But, as some might remember from their "freelance" times as a statistic consultant, sometimes you're blinded by the facts. I KNOW I have seen this problem solved, but due to the mental blockade i have been suffering from the last 3 hours, I can neither find the answer on the mailing list nor on google. I wrote a
2005 Jun 09
0
long filenames (8.3) issue
Hi there, We map a Sun Microsystems (Solaris 9) drive to a Windows 2003 server. This works fine except for the long UNIX (tm) filenames that are mapped as truncated 8.3 filenames on the MS server. Needless to say for backup purposes this defeats the object. I have scanned the archives but must be looking in the wrong places because I am unable to find a solution to this problem. Can anyone
2009 Dec 30
2
configure optimization
...ildir - --sysconfdir=/etc --localstatedir=/var --without-passwd --without-nss - --without-passwd-file --without-shadow --without-pam --without-ssl Thank you. Ciao, luigi - -- / +--[Luigi Rosa]-- \ I told the doctor I broke my leg in two places. He told me to quit going to those places. --Henny Youngman -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAks7YWkACgkQ3kWu7Tfl6ZReewCgw97USlBGkggJre49cGp/cgsd M/sAniVsEOISC2YKKXbivTKN//JwnZhs =GEk+ -----END PGP SIGNATURE-----
2013 May 16
2
Ubuntu-12.04-LTS repos with Dovecot-2.2 and Pigeonhole
Hi, I would like to take advantage of new features in Dovecot 2.2 on my servers. But I'm having difficulties to build packages for Ubuntu-12.04-LTS. Does anyone know a repository that has new stable versions for Dovecot and Pigeonhole ? Thanks ! --&nbsp; Thiago Henrique adminlinux.com.br
2012 Jun 23
3
How to upgrade from 5.8 to 6.2
Good day, Please am new on CentOS, may you help me with the upgrade from 5.8 to 6.2 using? Thanks a lot -- -- You Truly Eric Kom System Administrator - Metropolitan College _________________________________________ / You are scrupulously honest, frank, and \ | straightforward. Therefore you have few | \ friends. / -----------------------------------------
2005 Sep 01
3
Moving the Home dir to new server
I have a new Centos installation that has an empty /home dir and there are no users...just root. I want to move the home directory from another server to the new one. At this time the old /home directory has been tarred with "-prf". That will keep permissions which could be a problem. Is there a simple way to move the /home directory? And the non-system users in the password
2013 Aug 20
1
username and password can't be verified
Good day Folks, I am trying to setup a mail server based on dovecot(with imap and pop3) and postfix as a smtp on debian jessie/sid. The login its system user. After I have tried to configure the client (Icedove), this last can find the imap, pop3 and smtp servers; but the can't be verified. Please see below my dovecot, postfix configurations and log details. erickom at ajk:/etc/postfix$