search for: janicer

Displaying 20 results from an estimated 20 matches for "janicer".

Did you mean: janice
2007 Nov 20
6
How to dereference a pointer to a pointer
Hi. I would like to print out a field of a vnode, but the argument to the function is of type vnode_t **. If I set "this->vpp" to arg2 in an entry function to zfs_lookup(), I''d like to retrieve the value of one of the fields of *(this->vpp) in the return function. Something like the below (but the syntax below is not right): printf("zfs_lookup:
2008 Jan 16
1
Non linear regression with 2 explanatory variables
Hello! I want to do a non-linear regression with 2 explanatory variables (something like : length ~ a * time * exp( b* temperature)), having a data set (length, time, temperature). Which function could I use (I tried nls but I think it doesn't work) Thanks a lot! Janice
2010 Aug 10
1
axis labels defaulting to scientific notation
The labels on the x-axis are defaulting to scientific notation no matter how small cex.axis is. How can I override scientific notation to get the labels to print out as specified? Here is the code (UNIT here is 0.0105): plot(xm,yv,log="xy",ylim=c(0.1,20)/UNIT,xlim=c(0.004,20)*UNIT,xaxt="n",t ype="n") axis(1,
2004 Dec 06
1
Gam() function in R
Unfortunately that's not really an R question. I recommend that you read up on the statistical methods underneath. One that I'd wholeheartedly recommend is Prof. Harrell's `Regression Modeling Strategies'. [BTW, there are now two implementations of gam() in R: one in `mgcv', which is fairly different from that in `gam'. I'm guessing you're referring to the one
2002 Feb 20
6
using GUI
A few days ago I loaded R version 1.4.1 to run on Windows 98 and haven't been able to find information on the GUI approach in the FAQs, R Reference Index, or Search Engine . Edit has an item that allows changing GUI preferences, and the Target path in the icon ends in Rgui.exe, so it appears that R for Windows does include using the GUI approach. In S-Plus I wrote a application with
2011 Feb 12
1
existing performance data for on-disk dedup?
Hello. I am looking to see if performance data exists for on-disk dedup. I am currently in the process of setting up some tests based on input from Roch, but before I get started, thought I''d ask here. Thanks for the help, Janice
2002 Feb 21
0
data.dump from S to R: no functions
Janice, I echo to the rhelp list, it might be useful for others. My answer is after your message. On Thu, 21 Feb 2002, Watkins, Janice wrote: > This isn't a reply that will help you solve your problem but instead a > request for information. Do you know an easy way to do a data.dump in > S-Plus that excludes the functions? What I always do is to keep copies of > the functions
2008 Jul 03
2
Relative Mortality Risk second part
Hi everyone, We are looking for some data sets working with relative risk mortality. so, someone know where can I find the data.mgus dataset and the data.mgus? Using 1384 records from Minnesota. This data set are used in the : Robert A. Kyle, Terry M. Therneau, S. Vincent Rajkumar, Janice R. Offord, Dirk R. Larson, Matthew F. Plevak, and L. Joseph Melton III. A long-term study of prognosis in
2006 Mar 03
2
Mechwarrior 2 under wine
Hi folks I"ve downloaded and installed wine on RedHat 8, kernel 2.4.19 (and 20) The install for Mechwarrior 2 has run without errors. When I give it: wine .wine/drive_c/Program\ Files/Activision/Mech2/MECH2.EXE I get an error window saying: "You must insert the MECHWARRIOR 2 CD into your CD-ROM drive." Of course, its already there and the drive was mounted with the command
2005 Jun 28
1
Ongoing Samba Errors
...two RH9 servers to 3.0.14a-1 and are still seeing a lot of errors in the logs. They're not stopping us working but I would _really_ like to understand what is causing them. On the first server, in the logwatch, we get a whole swag of: samba: Unknown Entries: session opened for user janicer by (uid=0): 6 Time(s) session opened for user sonjap by (uid=0): 8 Time(s) session opened for user heatherf by (uid=0): 1 Time(s) session closed for user georgev: 122 Time(s) session closed for user heatherf: 1 Time(s) session opened for user karens by (uid=0): 3 Time(...
2003 Oct 24
1
Scan() question
I am just beginning to use R 1.7.1 on Windows XP and can not do a simple scan of a .txt file with integer data separated by tabs. First I figured out that I need to open a connection to the file (which isn't mentioned in scan()). But now when I scan, I get "Read 0 items". What can I do? Janice [[alternative HTML version deleted]]
2007 Jan 18
1
Changing the contents of installation cd so as to include a new kernel
Hi, I have CentOS 4.4 with me. I want to change the default kernel during installation, from 2.6.9 to 2.6.15. I got myself a copy of vmlinuz and initrd.img from the RHEL AS 4.0 installation cd and copied it as vmlinuz-rhel and initrd-rhel.img respectively into the isolinux folder on the CentOS cd. I changed isolinux.cfg so that it would boot into my kernel. I then made a fresh new ISO and tried to
2004 Sep 24
1
Compile from source FAILED - Mandrake 7.2
Mates, The saga continues, but THANK GOD 'make revert' WORKS. Here is my problem. I am trying to compile 3.0.7 from source and install it on my Mandrake 7.2 box. The gcc compiler is 2.95.3. Here is what I have done: [stop samba] # ./configure --prefix=/usr --with-smbmount # make # make install # /etc/rc.d/init.d/smb start Here is what I get: [root@Nemesis david]# tail
2008 Jul 03
1
R-help Digest, Vol 65, Issue 4
Hi everyone, We are looking for some data sets working with relative risk mortality. so, someone know where can I find the data.mgus dataset and the data.mgus? Using 1384 records from Minnesota. Thank! O__ ---- Jos? Bustos M. c/ /'_ --- Master Apllied Stat Program (*) \(*) -- University of Concepci?n
2003 Sep 15
0
Problem with Windows XP clients
I'm having problems with Windows XP clients losing connections to the Samba server and also, connecting very slowly. Getting the following error in the logs: [2003/09/05 08:47:02, 0] lib/util_sock.c:read_data(436) read_data: read failure for 4. Error = Connection reset by peer This error is only generated by the Windows XP machines. The Windows 98 boxen work fine. Here's the details
2011 Apr 02
4
R gui on windows how to force to always show the last line of output
Hi. Googled but did not found the answer for the following little issue. how to force R gui on windows (maybe a specific setting) to always show the last line of output in the window console. My program in R makes measurements every 5 mins in indefinite loop and prints results in the console. The problem: last messages are not visible, The scrolling bar of the gui console gets shorter.
2004 Nov 23
2
Users being deleted from Domain Users group on Samba BDC during vampire process of migration
I think I'm having a problem during the vampire process. Would someone tell me why my domain users are being deleted from the Domain Users group after they are created? First, the accounts are being created normally... Creating account: marshah Creating account: marshab Creating account: johnp . . . Creating account: ronniem Creating account: bobbyr Creating account: robertk Creating
2004 Nov 23
1
Fw: Users being deleted from Domain Users group on Samba BDC during vampire process of migration
There is a line in my message that was incorrect. It should state the following: The users with "(primary)" attached to their name are being deleted. As you can see, the Domain Admins group no longer includes joeblow, snoopy or vbe. My Enviornment: NT 4.0 PDC Debian (Sarge) Samba 3.0.7-2 Openldap 2.1.30-3 Windows 98,2000 and XP clients ----- Forwarded by Alex Brown/Compsrv/pap on
1997 Aug 07
9
printer problem
>Date: Mon, 4 Aug 1997 10:05:04 +0200 >From: marc.waknine@espace.aerospatiale.fr >To: samba@arvidsjaur.anu.edu.au (Non Receipt Notification Requested) >Subject: printer problem . URGENT help form SAMBA team !! >Message-ID: <9708040805.AA06185@musun95009.espace.aerospatiale.fr> > >on the SAMBA server i declare some printers >everything is ok in win3.11 because all
2012 Apr 23
2
Windows 2008R2 AD, kerberos, NFSv4
Hi, I'm trying to set up NFSv4 on two boxes (centos 5.5) and have it authenticate against our Windows 2008R2 AD server acting as the KDC. (samba/winbind is running ok with "idmap config MYCOMPANY: backend = rid" so we have identical ids across the servers.) I can mount my test directory fine via NFSv4 *without* the sec=krb5 option. However, once I put the sec=krb5 option in,