Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Wujciak-Jens <jacob@wujciak.de>
  • Loading branch information
kgoldfeld and assignUser authored Aug 30, 2023
1 parent 730d296 commit 437be5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# simstudy (development version)

## Breaking Changes
* `trtAssign` with `ratio=Null` used to produce 0-index values but 1-indexed values if `ratio` was set. This was adjusted so now both versions produce 1-indexed values. This is a potentially breaking change for existsing scripts that use the generated treatment values while assuming the old behavior (e.g. using hardcoded values to filter).
* `trtAssign` with `ratio=NULL` used to produce 0-index values but 1-indexed values if `ratio` was set. This was adjusted so now both versions produce 0-indexed values. This is a potentially breaking change for existing scripts that use the generated treatment values while assuming the old behavior (e.g. using hardcoded values to filter).

## New features
* Function `logisticCoefs` determines the intercept and treatment/exposure
Expand Down

0 comments on commit 437be5e

Please sign in to comment.