NEWS | R Documentation |
Error in use of dQuote
in comp
now fixed.
Thanks to all who pointed this out: J Smith, M Fiocco, D Winsemius,
J Bienkowska, A Calcareo, N Villanueva, A Lover, R Perry, K
Karakostas.
Typo in autoplot.survfit
fixed. Thanks to D Menne.
Example in autoplot.survfit
now includes method to customize the
output further. Thanks to S Melov and L Neves.
Scoping in comp
fixed. Thanks to A. Atkinson.
8/14/14: Add cf6.c
to src
; use this instead of depending on survival package.
7/6/2014: Add gof
method.
7/2/2014: Fix .getTne
to work on Win and Linux.
6/21/2014: Change name of autoplot
and push new version
to github.
6/9/2014: Improve autoplot.survfit
; coloring now
consistent for line and fill.
Add ci
method.
Move documentation from quantile
to ci
.
5/21/14: Fixed autoplot.survfit
: arbitrary alpha now
works with upper box in filled survival lines.
6/6/2014: Fixed .getTne
, was not calculating values correctly;
comp() now works correctly.
5/20/14: Fixed comp
, compNSurv
for cases where
last element in
covMatSurv
is NaN
.
Fixed sig
so likelihood-ratio test works for factors
(needs call to model.matrix
).
Fixed cutp
- need to convert data.table
to
data.frame
in function body for now.