search for: crowleys

Displaying 20 results from an estimated 27 matches for "crowleys".

Did you mean: crowley
2006 Feb 16
1
brookmeyer & crowley CI for median survival time
Hi all, Does anyone know if there is an implementation of Brookmeyer & Crowley's confidence interval for the median survival time in R? Reference : Brookmeyer & Crowley, "A confidence interval for the median survival time" (1982) Biometircs Thanks in advance for your help, Jacqueline [[alternative HTML version deleted]]
2009 Feb 20
1
Diagnostics for single-observation deletion in Cox models
Hi, Storer and Crowley (JASA 1985) presented an approach for approximating the changes in maximum partial-likelihood parameter estimates for the Cox model when a single observation is deleted. Is there an R implementation of this approach? Any help is greatly appreciated. Thanks. Best, Ravi. ---------------------------------------------------------------------------- ------- Ravi
2011 Feb 14
1
Rsync 3.0.07
Got rsync daemon working, but I am trying to set some variables in the rsyncd.conf file: here is my rsyncd.conf file: use chroot = false strict modes = false hosts allow = * log file = cygdrive/f/rsyncd.log uid = 0 gid = 0 # Module definitions [BackupArea] path = /cygdrive/f/backup/test/%computerName% <---------- This is how I want it to work... read only = false transfer logging = yes
2010 Feb 01
0
nginx-0.8.33
Changes with nginx 0.8.33 01 Feb 2010 *) Security: now nginx/Windows ignores trailing spaces in URI. Thanks to Dan Crowley, Core Security Technologies. *) Security: now nginx/Windows ignores short files names. Thanks to Dan Crowley, Core Security Technologies. *) Change: now keepalive connections after POST requests are not
2011 Mar 09
1
Rsync on shares issue
I am using Rsync in a Windows environment and its working perfectly. I am running into an issue where on one of my Windows servers there is a folder called "share" rsync sees this and copies it exactly the way its supposed to. Here is my rsync command: rsync -auvrlt --progress --stats --delete "/cygdrive/v/SHARE/" "jaxback02::u/%computername%/SHARE/ The issue is
2002 Nov 20
1
cupsaddsmb failure
When running the cupsaddsmb command, I get the following: Since I am running as root, what do I not have access to and why? Any help would be appreciated. Glen Crowley <<...OLE_Obj...>>
2010 Oct 14
4
help
Dear all, I have a function f(x) which return a list as result. $T1 [1] 0.03376190 $T2 [1] 0.04725 $T3 [1] 0.3796071 $T4 [1] 0.3713452 $T5 [1] 0.4523651 $T6 [1] 0.4575873 I now find the result for a vector of x values at one time. I want to store the reuslt for each xi value in a column of a matrix x <- seq(0,1, by=0.1) result <- matrix(0, nrow=6, ncol=length(x)) for (i in
2010 Nov 10
16
Managing private key files; content=>file vs. binary content.
Hi all, Hi all, We use puppet for, amongst other things, managing the private-key files needed for things like SSL certificates for HTTPS web servers. We have a few constraints on how these are handled, and changes in recent versions of puppet are making this harder than it perhaps ought to be to implement, so I''m curious to know how others are handling it. A site''s private
2006 Nov 07
2
Comparing models in multiple regression and hierarchical linear regression
I don?t know if this question properly belongs on this list, but I?ll ask it here because I?ve been using R to run linear regression models, and it is only in using R (after switching from using SPSS) that I have discovered the process of fitting a linear model. However, after reading Crowley (2002), Fox (2002), Verzani (2004), Dalgaard (2002) and of course searching the R-help archives I cannot
2001 Nov 16
2
Unable to print correctly html on Windows Printer (SMB) Share
Hi All, After connecting a HP DeskJet 950C printer to my NT Server and configuring it as a share printer, I used samba and printconf to connect to it. I setup the printer in printconf as a Samba (SMB) Printer/Windows Printer (SMB) Share After restarting the lpd daemon, I can print successfully the ASCII test page and other linux files, e.g. smb.conf, /etc/fstab, etc. My problem is that I am unable
2009 Dec 12
1
[LLVMdev] Debugging a NULL return from the ExecutionEngine
Also note that there is a third optional std::string* argument which if non-NULL gets set to an appropriate error message. Reid 2009/12/12 Török Edwin <edwintorok at gmail.com>: > On 2009-12-12 18:19, Michael Muller wrote: >> Hi all, I'm trying to upgrade from LLVM 2.5 -> 2.6, and when I create my >> execution engine (ExecutionEngine::create(module)) I get back a
2001 Nov 27
1
Samba/Linux security and sync
Hi All, I have a Linux RedHat 7.0 box running web server and Samba server 2.2.0. I have setup accounts for users. I wish to use the password sync feature. I uncommented the lines; unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password*%n\n *passwd:*all*authentication*tokens*updated*successfullly* But this doesn't seem to
2003 Mar 19
0
samba not seen from wins server
I have Samba 2.2.8 running on Debian Woody for S390. I am trying to connect via the wins server list that is on a win 2000 wins server, but I don't see my linux server in the list. I can ping and search and find the server by name. I looked in the log.nmdb for messages, but the file is not being created. Following is my smb.conf file # Samba config file created using SWAT # from
2011 Mar 30
0
[LLVMdev] introspecting debug info from the JIT
Unfortunately, LLVM doesn't really know how to generate debug info for JITed code yet. All it can tell you or a debugger is the symbol and the unwind information for unwinding exceptions through JITed code. Hopefully the MC JIT will make that problem go away. Reid On Wed, Mar 30, 2011 at 10:05 AM, Michael Muller <mmuller at enduden.com> wrote: > > Hi all, > > Can someone
2011 Mar 30
3
[LLVMdev] introspecting debug info from the JIT
Hi all, Can someone point me to a good way to get debug info from jitted code at runtime? Ideally I'm looking for something that given the current IP address, provides function name, filename and line number. The context of this request is that I'm trying to inject a stack-trace into an exception object. =============================================================================
2006 May 05
3
Cannot find gem for Rails =1.1.2
First post here: The error is below and i''m sure folks have posted it before, but perhaps i''ve missed the solution: I''m using apache because i first need to see if rails can work with apache. Some particulars: gem -v 0.8.11 ruby -v ruby 1.8.4 (2005-12-24) [i686-linux] rails -v Rails 1.1.2 rails-1.1.2 is installed (via gem) and environment.rb''s
2010 Aug 06
7
using puppet ssl certs for other applications
Hello, As I''ve been building up my puppet infrastructure, I''ve started using puppet certs for all of my services that require ssl. Usually this is in the form of links: file { "/opt/syslog-ng/etc/ca.d/b2457b50.0": require => Package["syslog-ng"], ensure => link, target =>
2010 Jul 23
3
Design, syntax question for passing values from node.pp
Is it possible to define variable at this level. I need to pass the monit config file name ( sometimes its monitrc sometimes in not ). Here is what I have. # /etc/puppet/manifests/nodes.pp node basenode { include postgresql include monit include wiki include apace } node ''freebeerontuesdays.com'' inherits basenode { } -- You received this message because you are
2001 Nov 13
2
Cannot access Samba through Win2000 or WinNT Server but can from WinNT Workstation?
Hi all, I have Samba 2.2.2 running on a Linux 7.1 box. 4 machines connected to a WinNT Server via a hub. The 4 machines are WinNT Server, WinNT Workstation, Win2000 and Linux running Samba Server. With Samba running (see testparm for samba configuration details) I can logon and access files on the Linux machine using the WinNT Workstation but cannot access the Samba server using the WinNT Server
2011 Aug 05
2
Loop: noob question
Hi, Can someone help me out to create a (for?) loop for the following procedure: x=rnorm(250,0,0.02) library(timeSeries) x=timeSeries(x) P=1000 loss=-P*x loss