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
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# simstudy (development version)
2
2
3
3
## 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.
6
6
7
7
## Minor fix
8
8
*`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.
21
21
# simstudy 0.7.1
22
22
23
23
## 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).
25
25
26
26
## New features
27
27
* Function `logisticCoefs` determines the intercept and treatment/exposure
0 commit comments