search for: eind

Displaying 10 results from an estimated 10 matches for "eind".

Did you mean: bind
2005 Nov 10
4
write.table read.table with Dates
...be able to retrieve this quickly some other time. This is what I do: write.table(Tall, file="somefile.csv", sep=",", qmethod="double", row.names=FALSE) Later, I do this to read the file again: fieldnames=c("Begin","test-a","test-b","Eind") T=read.table(file = "somefile.csv", col.names = fieldnames, header = TRUE, sep = ",", quote="\"", fill=FALSE) I understand T$Begin now is a factor. I tried to simply convert it again using (as I read on this mailinglist ...): Q = strptime(as.character(T$...
2004 Oct 05
1
save print survfit object to data frame
Hello, I have estimated a survival model with six strata: >model.b <- survfit(Surv(time=start.tijd,time2=eind.tijd2,event=va)~strata(product.code) , data=wu.wide) I would like to save the output of >print(model.b,print.n="records",show.rmean=FALSE) in a dataframe so that I can export it later. How do I do this? Note that summary(model.b) gives an error: Error in as.matrix(x) : (subscript)...
2003 Jul 09
3
Need a little help here.
Hi all, I am back for more punishment- Anyway I reinstalled my Linux using SuSe 8.2 pro. I did not install the defualt Samba , instead I got the latest tarball for 3.0b2 I also installed webmin. Now it comes up with error "The Samba server executable /usr/sbin/smbd was not found. Either Samba is not installed on your system or your module configuration is incorrect." Now when I
2008 May 14
1
[PXELINUX] menu.c32/vesamenu.c32 and MS Virtual PC 2007 --> Hang/crash
...did display A menu, works like a charm! Maybe this gives some lead? O yeah, complex.c32 hangs/crashes to... Is this fixable? I've tried altering some settings in the BIOS of the MS Virtual PC vm (there are very few) but to no avail. Please help. Kind regards, Bart van den Oetelaar ----- Einde doorgestuurd bericht -----
2009 Jan 29
1
Fwd: upscode2.c
...t, but in SVN 743 they were added. I checked NUT 2.0.5 and the upscode2.c driver didn't contain those checks and therefore the shutdown for my UPS worked properly. But with version 2.2.2, those checks exist and the shutdown doesn't work. Thanks, Danny dkbrig at gmail.com ----- Einde doorgestuurd bericht -----
2003 Jul 17
2
authenticate from /etc/passwd
Hi All, I want my samba to authenticate users from UNIX /etc/passwd instead of smbpasswd file when they access the samba shares from win2k. What parameter should I define to make it happen. Sincerely, Sohail
2001 Feb 27
1
comments on documentation
...ining underscores. You can analyze the SPSS data as read in, but any names containing underscores cause an error. I also found that the SPSS names are all upper case. Maybe that could be changed in new versions of read.spss. A workaround is: library(foreign) indat <- read.spss("c:/data/ozs/eind.sav") dat <- as.data.frame(indat) names(dat) <- tolower(names(dat)) attach(dat) An example along these lines would help newbies a lot, I think. I also disagree with the import/export documentation, that importing files from foreign packages should be avoided (chapter 3). This will often...
2003 Jul 07
2
Using PAM - Logging into Linux using an NT Domain account
Hello Samba Users, I work for the IT Department of a small company and we've already replaced our NT4 File Servers with Linux servers running Samba. We'd like to replace some of our windows workstations also. It would be really cool if employee's could log into the Linux workstations using their existing NT accounts ! Has anybody had much luck using winbind and PAM to allow log on to
2003 Jul 10
5
winbind on SUSE8.2
Hello Community, is there someone who has winbind working on SUSE 8.X? On my system the authenication of the domain users simply does not work getent passwd shows all domain users gentent group shows all domain groups Login as domain user: Login incorrect! There seems to be no pam_stack.so on SUSE. Can it work without it? How can I fix ist? How can I trace the cause of the disfunction? I would
2009 Aug 31
3
SNMP on HP UPS
Hi, I would like to contribute code to make the SNMP driver compatible with HP's AF401A UPS module. It is also compatible with HP's older SNMP modules. It's just a new mib specification plus the necessary changes to snmp-ups.c Several sources have told me that these UPSs use the cpqpower.mib, but comparing that mib at http://www.snmplink.org/cgi-bin/nd/m/Ent/H/Hewlett