You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,14 @@
10
10
-`ExpSurvOS` now returns 0 instead of NaN for large values of t.
11
11
-`WeibSurvOS` now does not return an error for large values of t.
12
12
-`PWCSurvOS` now does not return an error for large values of t.
13
+
-`PWCSurvOS` no longer returns values larger than 1, and is significantly faster, based on a closed form calculation instead of numerical integration.
13
14
-`getSimulatedData` now also works when there are no transitions from progression to death, similarly for `getOneClinicalTrial` (which now warns if there are no such transitions at all).
14
15
16
+
### Miscellaneous
17
+
18
+
- Renamed piecewise constant hazards function to `getPWCHazard` (previously `getPCWHazard`).
19
+
-`PwcOSInt` is no longer exported, and only used for internal tests.
`getsimulateData` uses the following helper functions:
301
301
302
302
-`getOneTwoTransitionRows`: generates rows with transition times for patients in the transient state progression, i.e. entry and exit times for 1-> 2 or 1-> cens transitions
303
-
-`getPCWHazard`: for piecewise-constant hazards: function to get hazard value at time x
303
+
-`getPWCHazard`: for piecewise-constant hazards: function to get hazard value at time x
304
304
-`getSumPCW`: calculates the sum of two piece-wise constant hazards
305
305
-`getPCWDistr`: generates event times with a distribution resulting
0 commit comments