search for: transplant

Displaying 20 results from an estimated 87 matches for "transplant".

2011 Sep 12
1
coxreg vs coxph: time-dependent treatment
...following time-dependent treatment effect calculation (example is used just to make the point). Will appreciate any explaination / comment. cheers, Ehsan ############################ require(survival) require(eha) data(heart) # create weights follow <- heart$stop - heart$start fit <- glm(transplant ~ age + surgery + year + follow, data=heart, family = binomial) heart$iptw <- ifelse(heart$transplant == 0, 1 - predict(fit, type = "response"), predict(fit, type = "response")) summary(heart$iptw) # no weights (basic calculation) fit0 <- coxph(Surv(start,stop,event...
2007 Feb 07
0
~-~ Hair Treatment & Transplantation ~-~
*Hair Treatment & Transplantation Tips* [image: Hair Treatment and Transplantation]<http://info-center.50webs.com/hair-transplant/> *Prevent and Reversing Your Hair Loss* *Make your Hair Silky and Healthy* *Hair Treatment* *and* *Transplantation Safe Sites*. *Tips for your Hairs. <http://info-center.50webs.com/ha...
2011 Jul 06
2
time zone issue - beginners question
Hello all! As beginner I'm struggling for a while with time zones issue and can't find a suitable solution. I would be grateful for any help. Dataset imported from excel has a variable transplant.date which has been recorded with CET time zone. > subDataset$transplant.date [1] "2000-01-01 CET" "2000-01-01 CET" "2000-01-02 CET" "2000-01-02 CET" "2000-01-02 CET" "2000-01-02 CET" "2000-01-04 CET" "2000-01-04 CET&qu...
2011 Jul 01
1
defining new variable
...new to R and I'm trying to define new quite simple variable but I'm struggling with R syntax (when coming to dates) for a while and still getting <errors> on it. I would be very grateful if someone could help me with this, to be able to move on. I have the following variables: - Transplant.date - Faildate - Death.date The new variable Time should do the following thing: Time <- If Not IsNull(<Faildate>) Then DaysBetween(<transplant date> ,<Faildate>) Else If IsNull(<Faildate>) And Not IsNull(<Death date>) Then DaysBetween(<transplant date>...
2010 Jun 21
1
Contrast interaction effects in lmer object for reciprocal transplant experiment
Dear All: I am using lmer() {lme4} to analyze results from a reciprocal transplant experiment where the response variable is modeled as a function of two fixed effects and their interaction. Example data follow: #library(lme4) #library(gmodels) env=c("r","r","w","w","r","r","w","w","r",...
2013 Feb 05
1
Calculating Cumulative Incidence Function
Hello, I have a problem regarding calculation of Cumulative Incidence Function. The event of interest is failure of bone-marrow transplantation, which may occur due to relapse or death in remission. The data set that I have consists of- lifetime variable, two indicator variables-one for relapse and one for death in remission, and the other variables are donor type (having 3 categories), disease type(having 3 categories), disease stage...
2006 Jul 19
1
Random structure of nested design in lme
All, I'm trying to analyze the results of a reciprocal transplant experiment using lme(). While I get the error-term right in aov(), in lme() it appears impossible to get as expected. I would be greatful for any help. My experiment aimed to identify whether two fixed factors (habitat type and soil type) affect the development of plants. I took soil from six rand...
2011 Jan 11
4
ext4 or XFS
Hi all, I've a 30TB hardware based RAID array. Wondering what you all thought of using ext4 over XFS. I've been a big XFS fan for years as I'm an Irix transplant but would like your opinions. This 30TB drive will be an NFS exported asset for my users housing home dirs and other frequently accessed files. - aurf
2009 May 15
1
Function Surv and interpretation
...led on p.65 of: http://cran.r-project.org/web/packages/survival/survival.pdf My data (used in my study) is 'right censored' i.e. my variable corresponding to 'event' indicates whether a person is alive (0) or dead (1) at date last seen and my 'time' indicates time from transplant to date of last contact (where this is time from transplant to death if person has died or time from transplant to date last seen if person is still alive). Now I am using function, rcorr.cens http://lib.stat.cmu.edu/S/Harrell/help/Hmisc/html/rcorr.cens.html This function involves use of Surv....
2002 Mar 06
3
help with combining data frames
Dear R user, I'm relative new and need some help / advise from you. I have organised my data in several frames, mainly because the data came from different sources. One common variable in all data frames is the day post transplantation. I would like to combine the data frame to one big data frame which contains all the data, however no duplicate rows should occour (only one row for one day) Here an example which illustrates what I would like to do: Frame 1 Day Hb wbc 1 10 4 3 11 7 5 9 6...
2007 Feb 01
3
How to Clone Asterisk
I want to essentially transplant my existing Asterisk server to a new machine, and take the old sever out of service. Assuming I install Asterisk on the new machine, does anyone know what files I would have to copy over? What comes to mind are the *.conf files in /etc/asterisk, as well as the voicemail audio files. Anything els...
2018 Apr 16
3
strange warning: data() error?
A user asked me about this and I can't figure it out. tmt% R R Under development (unstable) (2018-04-09 r74565) -- "Unsuffered Consequences" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) > library(survival) > data(cgd0) Warning message: In data(cgd0) : data set ?cgd0? not found ---- The data set is present and can be
2017 Mar 24
2
Problem about API difference between LLVM3.5 and LLVM3.9
Hi all, Recently I have implemented a transformation pass based on LLVM3.5 and its function is to duplicate the function's argument list in a bytecode file and replace all use of original function with modified function. In LLVM3.5, the pass can work properly. However, when I tried to transplant the pass to LLVM3.9, the error "Argument value does not match function argument type!" occured. The core snippet of my pass is as follows: 'func' denotes original function in a Module; 'new_return_type' denotes the duplicate of original function's return type; 'ar...
2016 Jul 17
1
new user introduction, and a few questions
...to be negative. Just saying that I could understand if > using Linux would be harder for someone with bad eyesight. The amount of > reading you have to do sometimes to get the simplest things working is > abysmal seriously? i started to migrate anything to Linux in 2006 after my corneal transplantation on the first eye which means you can't read anything with that for at least one year at a time where the other eye worked 50% at best you rargumentation is really adventurous the opposite maybe is true - i learned to read completly different than normal people and focus the important...
2011 May 01
1
Longitudinal data with non-randomized subjects
...a non-randomized cohort, is there a way to estimate the treatment effect? (i.e., after joining the study, some patients may have to wait for a period of time before receiving the treatment, i.e., the situation of patient with id == 2 for the following data) Data format is like the stanford heart transplant data (Therneau et al 2000, p69), but the patients were not randomized in selection and the covariate balance is not achieved: id time censor tx x1 x21 (0,10] 1 0 x11 x122 (0,8 ] 0 0 x21 x222 (9,19] 1 1 x21 x223 (0,13] 0 1 x31 x32 Is counting process form of a Cox model (coxph with start, stop, cens...
2008 Aug 01
1
can I remove all printer functions by simply add some build option?
Hi, I'm trying to transplant samba 3.2 to my mips board. I did it but smbd is too big, about 8MB, I decided to reduce the code size. I just want the file share/display funcs between my box and windows PC. The first function I want to drop is network printer. So is there a specific option to drop all printer code? It seems to...
2006 May 19
2
Tick marks in lines.survfit
...=3,col=1,lty=1,xscale=365.24,mark.time=TRUE) will add tick marks to the added curve in the same way that they appear on the first curve, but no permutation of mark, col, lty, etc. seems to produce tick marks. Has anyone found a solution to this problem? Rachel British Society of Blood and Marrow Transplantation [[alternative HTML version deleted]]
2007 Oct 29
2
[LLVMdev] User-specified JIT passes
...invoke lli and pass it a list of passes to run, in the manner of opt. For example: > lli -load=llvm/mem_trace_pass/bin/lib/hello.so -hello ./my_bitcode.bc The current implementation of lli (updated from SVN as of three nights ago) doesn't seem to support this. Too see if it would work, I transplanted the required functionality from the opt tool, so the above invocation now works - the pass 'hello' is run by the JIT. This has led to a couple of questions: 1. Did I miss something? As far as I can see, the current JIT implementation has a hardcoded list of pre-defined passes, which de...
2010 Dec 31
3
survexp - example produces error
...ld check the example below. It's taken from the help page of survdiff. Executing it, gives the error "Error in floor(temp) : Non-numeric argument to mathematical function" best regards, Heinz library(survival) ## Example from help page of survdiff ## Expected survival for heart transplant patients based on ## US mortality tables expect <- survexp(futime ~ ratetable(age=(accept.dt - birth.dt), sex=1,year=accept.dt,race="white"), jasa, cohort=FALSE, ratetable=survexp.usr) Error in floor(temp) : Non-numeric argument t...
2007 Aug 31
2
Bugreport on integration of Sweave and latex beamer
.../ae/t1aett.fd) Runaway argument? > prices <- cbind(mydb("macro", "nifty", freq = "w"), mydb("firm.pric\ETC. ! Paragraph ended before \FV at BeginScanning was complete. <to be read again> \par l.60 \end{frame} ? I transplanted the R code from bugdemo.Rnw into an ordinary latex article context, and everything works fine. Hence, I'm sure it's something to do with the integration between Sweave and beamer. Are there some catches that I ought to know about? -- Ajay Shah http:/...