search for: texit

Displaying 3 results from an estimated 3 matches for "texit".

Did you mean: exit
2008 Jul 15
0
implementation of Prentice method in cch()
Case cohort function cch() is in survival package. In cch(), the prentice method is implemented like this: Prentice <- function(tenter, texit, cc, id, X, ntot,robust){ eps <- 0.00000001 cens <- as.numeric(cc>0) # Censorship indicators subcoh <- as.numeric(cc<2) # Subcohort indicators ## Calculate Prentice estimate ent2 <- tenter ent2[cc==2] <- texit[cc==2]-eps fit1 <- coxph(Surv(ent2,t...
2010 Sep 28
1
ask for a question with cch function
Dear all, I am reading the cch function source code. But I can not understand the following codes. Please help me. What's the fitter here? fitter <- get(method) out <- fitter(tenter = tenter, texit = texit, cc = cc, id = id, X = X, ntot = nn, robust = robust) [[alternative HTML version deleted]]
2005 Dec 01
1
Can''t add text to FXCanvas
...utton.new(@rightFrame, "&Axes\nFont\tChoose Axis Font\tSelect a font for the Axis Display", nil, @fontDialog, FXWindow::ID_SHOW, FRAME_RAISED|FRAME_THICK|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT,0, 0,70, 30) quitButton = FXButton.new(@rightFrame, "&Quit\tExit the Program\tTerminate Ruby Plot Program", nil, nil, 0, FRAME_RAISED|FRAME_THICK|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT,0, 0,70, 30) quitButton.connect(SEL_COMMAND) { getApp().exit(0) } #CANVAS FRAME canvasFrame = FXVerticalFrame.new(self, FRAME_RIDGE|LAYO...