Rev 104 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
What are the differences between this testall.save and the one insurvival3 on statlib---A "diff" gives a file with 850 lines! But the majority of the differencesare due to formatting differences between two version of S.Line 110: Residuals for fit0. These have changed. Before, the fit waswith the Efron approx but residuals computed using Breslow. Now both useEfron.Line 243: Same issue, with the multiple event model.263: ""Line 447-537: A new test has been inserted.In the parametric models, there are lots of changes due to formatting. Forthe conconcted Fleming example, I get slightly different coefs, due to achange in initial values logic.---------Further notes 5/16/94Changed to 2 significant digits in the p value; leads to lots of changesAdded the Wald test to summary.coxph printout.The "fleming" data is now referred to as "ovarian" data.The expected survival from the "jasa1" test differs from before, for 2reasons. The routine now does per year interpolation by default, butmore importantly I am now more careful about the US rate tables, ie. aperson moves to a new column of rates on their birthday rather than onJan 1 of the relevant year. The more nitpicky test of the new code indoexpect.s makes me fairly certain of the new calculations.-----I have updated my testall script, and compared answers on 12/95.New tests: infcox.s test the warning message for infinity, when 2vars are infinitedoovarian.s added a test that robust=T and cluster() give thesame answerdocancer.s added a test of subscripting survival curvesexpect3.s tests of survexp, with a Cox modelsingtest.s test the 'singular=ok' optionChanges: The "beta may be infinite" message now has a semi-colon insteadof a commaStatsci changed the # of digits on all the survreg output.Added the ICC to multiple-event Cox models.More "range" to "all.equal" changes.--------Notes on 6/96Fixed the data error in the bladder data, where the 'size' and 'number'variable names had been switched. This leads to lots of ignorabledifferences. Also changed 'residual.dz' to 'resid.ds' to match mycourse notes.Removed the ICC from cox models until further testing is possible.The survdiff program now has more complete output.-------------Notes on 9/98A change in the convergence criteria for coxph changes lots of resultstrivially.Some new tests for survreg and expected survival.