Skip to content

Commit 9b25329

Browse files
author
Keith Goldfeld
committed
Fixing typos in News
1 parent c3e2fe2 commit 9b25329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# simstudy (development version)
22

33
## New features
4-
* Added the ability to generate data from a empirical distribution by using new functions `genDataDensity` and `addDataDensity`.
5-
* The *binary* and *binomial* distributions can now accomodate a "log" link.
4+
* Added the ability to generate data from an empirical distribution by using new functions `genDataDensity` and `addDataDensity`.
5+
* The *binary* and *binomial* distributions can now accommodate a "log" link.
66

77
## Minor fix
88
* `addCorGen` no longer requires all clusters to have the same size when using the *rho* and *corstr* arguments to define the correlation.
@@ -21,7 +21,7 @@ specific measurement time periods using vector.
2121
# simstudy 0.7.1
2222

2323
## Breaking Changes
24-
* `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).
24+
* `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 hard coded values to filter).
2525

2626
## New features
2727
* Function `logisticCoefs` determines the intercept and treatment/exposure

0 commit comments

Comments
 (0)