search for: hfit

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

Did you mean: fit
2006 Jun 12
0
non parametric estimates of the hazard with right censored data
...,22 ,23 ,27 ,32 ,33 ,35 ,43 ,43 ,44 ,80 ,5 ,49 ,2 ,12 ,12 ,21 ,21 ,27 ,38 ,42 ,80) cen = c(1, 1 ,1 ,1 ,1 ,1 ,1 ,0,1 ,1 ,1 ,1 ,1 ,0 ,1 ,1 ,1 ,1 ,1 ,0 ,0 ,0 ,0 ,0 ,0 ,1 ,1 ,0 ,1 ,1 ,0 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,0 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1,1, 0) library(survival) hfit = survfit( Surv(dur, cen) ~ 1 ) tevent = data.frame( tj=summary(hfit)$time, hj=summary(hfit)$n.event, nj=summary(hfit)$n.risk, haz=summary(hfit)$n.event/summary(hfit)$n.risk) plot(tevent$tj, tevent$haz, type="s", x...
2008 May 09
2
how to check linearity in Cox regression
Hi, I am just wondering if there is a test available for testing if a linear fit of an independent variable in a Cox regression is enough? Thanks for any suggestions. John Zhang ____________________________________________________________________________________ [[elided Yahoo spam]]
2013 May 16
12
[Bug 2106] New: When TZ isn't explicitly set ls can give different time stamps
...Product: Portable OpenSSH Version: 5.3p1 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org Reporter: dave.clarke at hfit.com When I do an ls -ltr with no arguments I get a listing for a file saying something like sftp> ls -ltr : -rw-rw-rw- 1 user group 10466 May 14 20:42 P1.XXXX : However when I list the file explicitly sftp> ls -ltr P1.XXXXX -rw-rw-rw- 0 0 0 10466 May 14 15:...