search for: survcheck

Displaying 2 results from an estimated 2 matches for "survcheck".

Did you mean: sortcheck
2020 Mar 03
3
survival bug?
FWIW Microsoft provides evaluation version of Windows that can be easily installed using VirtualBox and runs for 180 days. One that I believe is the closest to the CRAN setup (Windows 2008) is: https://www.microsoft.com/en-nz/download/details.aspx?id=11093 You just tell VB to setup a Windows 2008 VM then, select the downloaded ISO as CD-ROM drive and install from it. The installation is fairly
2020 Mar 05
0
survival bug? - solved
...tly" along with where the fault appeared to occur in my test suite, I started reading C code and found one.?? Revised code passes tests on the winbuilder site. For the curious, I had a line asking "is this patient id different than the last patient id" in the C routine underneath survcheck(); I'm making sure that patients don't go backwards in time. Essentially ?for (i=0; i< n; i) { ? ?? if (id[i] != id[i-1] )? { ...} It is still a surprise to me that just LOOKING at this out of range element would cause a failure,? [i-1] never appears on the left hand side of any exp...