similar to: Turnbull estimate

Displaying 20 results from an estimated 1100 matches similar to: "Turnbull estimate"

2002 Apr 23
2
kaplanMeier & censorReg
Hi everybody, Working with interval censored data using S+, I often use the survival analysis' functions kaplanMeier() and censorReg(). Does anybody know, whether these functions exist in R, too? Thanks in advance for any answer! Saludos, Klaus. ---------------------------------------------------- Klaus Langohr Departament d?Estad?stica i Investigaci? Operativa Universitat Polit?cnica de
2008 Aug 18
1
Converting monthly data to quarterly data
Dear R users, I have a dataframe where column is has countries, column 2 is dates (monthly) for each countrly, the next 10 columns are my factors where I have measurements for each country and for each date. I have attached a sample of the data in csv format with the data for 3 countries. I would like to convert my monthly data into quarterly data, finding the mean over 3 month periods for
2011 Oct 20
2
Expire plugin not executing for sieve plugin?
Running dovecot 1.2.12 on ubuntu 10.10. Here is the problem: I have mysql backend for expire. I am using the dovecot-postfix package which creates /etc/dovecot/conf.d/01-mail-stack-delivery.conf which looks like this: # Some general options protocols = imap imaps managesieve disable_plaintext_auth = no ssl = yes ssl_cert_file = /etc/ssl/certs/ssl-mail.pem ssl_key_file =
2017 Aug 17
3
Can't recursively delete mailboxes
Hi, This appears to be some sort of dovecot bug. When I use the -r option to recursively delete a mailbox and sub-folders, it removes the sub-folders but not the inbox. It gives me the error below: doveadm mailbox delete -u denise at lifelinetechnique.com.au -r -s inbox doveadm(denise at lifelinetechnique.com.au): Error: Can't delete mailbox inbox: INBOX can't be deleted. Our user
2006 Jun 28
2
perform_deliveries = false
Hi, Can someone explain the proper use of the use of perform_deliveries in the environment.rb file?? ActionMailer::Base.perform_deliveries = false I just moved a new controller to the production version of an app, but wanted to be sure everything was properly configured before sending out a big mailing, so I set perform_deliveries = false, believing that would prevent mail from being
2006 Jul 22
2
redirect_to error
Hi, I have a redirect_to statement in a method that I would like to have at the end of the method to take you to a ''Success'' page if everything works. When I hit the redirect_to statement, ( redirect_to :action => ''show_success'' ) I get this in the browser: Application error Rails application failed to start properly" The development.log
2006 Mar 16
1
sql functions in cru ( not d )
Hi, I''m looking at ways to encrypt email addresses rather than storing them directly in the database. There are several ways that it could be done. I could make an Encrypter class and use before_update, etc. Or I could set up an updatable VIEW in mySql. (I guess triggers might be another possibility.) However, what I would really LIKE to do is use the handy AES_ENCRYPT and
2008 May 13
0
calculating confidence intervals for the turnbull estimate
Does anyone know of software to calculate confidence intervals for the non-parametric estimate of the survival distribution when data are interval censored, ie, for the Turnbull estimate? Thanks, Soyeon
2008 Jul 28
3
speeding up loop and dealing wtih memory problems
Dear All and Mark, Given a dataset that I have called dat, I was hoping to speed up the following loop: for(i in 1:835353){ for(j in 1:86){ if (is.na(dat[i,j])==TRUE){dat[i,j]<-0 }}} Actually I am also having a memory problem. I get the following: Error: cannot allocate vector of size 3.2 Mb In addition: Warning messages: 1: In dat[i, j] <- 0 : Reached total allocation of 1535Mb: see
2006 Jan 09
4
Firefox plugin to auto convert audio files into Ogg
per > http://forums.fedoraforum.org/showthread.php?t=63653 The above thread on the Fedora Forums about a script that can automatically convert one audio format to another got me thinking > wouldn't it be fantastic to be able to right click on an MP3 (or other audio file) while in Firefox, and automatically have the file converted into Ogg at the same time as the file is being saved
2006 Nov 21
1
Installing 2.4.0
Hello, I'm trying to install R 2.4.0 on a SunOS 5.10 Generic_118833-24 sun4v sparc SUNW,Sun-Fire-T200 machine. The machine has gcc version 3.3.2 and gcc version 2.95.3 20010315 (release). When I try to compile using 3.3.2 I get an error with signal.h included from dcigettext.c. When I compile using gcc 2.95.3 I get an error with va_copy. "Undefined symbol va_copy first referenced
2010 Aug 31
1
Q about package Icens: change the color of the shading in plot function
Hello! I want to use the Icens package for analyzing interval-censored data. This code from the manual gives me what I want. library(Icens) data(cosmesis) csub1 <- subset(cosmesis, subset=Trt==0, select=c(L,R)) e1 <- VEM(csub1) plot(e1) However, I would like to change the color of the shading from green to something less green, say gray. Any ideas how I could do that? I looked at par, but
2010 Mar 11
2
Problem with rcmd SHLIB
Hi all, I am trying to call a C function from R (version 2.10.1) on a windows machine. The C code is in a .c file, I have pasted the code below although I'm very confident that it does not contain any errors (it is not my code), but also, the problem that I have occurs with every .c file that I have tried this with. I have installed Rtools and included: C:\Rtools\bin; C:\Rtools\perl;
2007 Dec 06
2
RHEL 5 vs. CentOS 5
Hi all, I would like to first preface this e-mail by saying if this topic has been covered already, could someone point me to the month of the discussion and I will gladly read it. We have been using RHEL 3 / 4 in our environment and I am very happy and satisfied with the stability of the OS. Now with the new technologies incorporated into RHEL5, specifically Virtualization, Clustering,
2019 Jan 16
2
Internal DNS migrate to Bind9_DLZ
@Rowland, The application can export in multiple file formats, ldif as well. Would you like a sample of the entire domain or only the schema or any specific? Okay, now I'm with you, I am aware of how to update samba. We have been updating Samba the normal way using the repository. We have been doing updates as should from version 4 moving up slowly to version 4.9.4, not all in a go but
2006 Mar 15
4
RJS template eating encoding
I was previously doing an update via .rhtml templates creating an AJAX :evaluate_remote_response. I use UTF-8 in my pages, and my app requires that I be able to, say, put Japanese characters in. The problem is that when I switched this over to an RJS template it started eating the encoding. I now get garbage characters where before I got the correct ones. The code for the RHTML: <%=
2001 Sep 06
1
AIX openssh use of SRC control
I'm new to using openSSH on AIX and want to know how others are launching and maintaing sshd. I see where sshd has a -i option for use with inetd, but I am thinking about adding the AIX SRC APIs so that I can use the commands: lssrc, startsrc and stopsrc to maintain the daemon. -- Denise M. Genty genty at austin.ibm.com (512)838-8170 - T/L 678-8170 AIX IP Security
2009 May 31
1
warning message when running quantile regression
Hi All, I am running quantile regression in a "for loop" starting with 1 variable and adding a variable at a time reaching a maximum of 20 variables. I get the following warning messages after my "for" loop runs. Should I be concerned about these messages? I am building predictive models and am not interested in inference. Warning messages: 1: In
2006 Sep 21
2
R data query
Dear Sir/Madam, I am encountering one of those alien computer momements one finds every so often in life. See the sequence below: > fish3.fis <-read.csv("emperor2.csv", check.names = TRUE, strip.white = TRUE) > colnames(fish3.fis) [1] "Month" "Year" "FishingArea" "SumOfTotalCatch" "CPUE" [6]
2006 Jul 08
1
KhmaladzeTest
Hello. I am a beginer in R and I can not implement the KhmaladzeTest in the following command. Please help me!!!!!!!!!!! PD: I attach thw results and the messages of the R program R : Copyright 2006, The R Foundation for Statistical Computing Version 2.3.1 (2006-06-01) ISBN 3-900051-07-0 R es un software libre y viene sin GARANTIA ALGUNA. Usted puede redistribuirlo bajo ciertas