|
1 | 1 | # ggquickeda 0.3.2 |
2 | 2 |
|
3 | 3 | * added to possible positions on where to put the N of observations in Mean and Median tabs: (fixed, mean, median) |
4 | | -* added check box to use geom_path: Check box for lines: `Respect data order?` requested by Mark Sale) |
| 4 | +* added check box to use geom_path: Check box for lines: `Respect data order?` (requested by Mark Sale, Certara) |
5 | 5 | * small fixes in the shiny app `position_beewwarm` and `position_quasirandom` removing groupOnX |
6 | 6 | * added arguments `show.exptile_values`, `show.exptile_values_pos` and `show.exptile_values_order` to |
7 | | - `ggkmrisktable()` requested by Mathilde Marchand |
| 7 | + `ggkmrisktable()` (requested by Mathilde Marchand, Certara) |
| 8 | +* added argument `km_linewidth` to control km curves linewidths (requested by Sejung Hwang, UCSF) |
8 | 9 | * deprecated `gglogisticexpdist()` and `ggcontinuousexpdist()` in favor of `ggresponseexpdist()` |
9 | 10 | with model_type ="logistic" vs "loess" vs "linear" vs "none" |
10 | 11 | * several ER functions bugs were fixed e.g. when `exposure_distribution`and `exposure_metric_split` where set to "none" |
11 | 12 | * several additional features to color by endpoint using `fit_by_color_fill` TRUE FALSE |
12 | 13 | * several arguments to better control distribution y position e.g. `dist_scale`, `dist_position_scaler` , `dist_offset` |
13 | 14 | * possibility to specify provide custom names for placebo and standard of care via `exposure_metric_soc_name` and |
14 | 15 | `exposure_metric_plac_value` |
15 | | -* possibility to specify "boxplots" for `exposure_distribution` |
| 16 | +* possibility to specify "boxplots" for the `exposure_distribution` argument in `ggresponseexpdist` |
16 | 17 | * possibility to specify "none", "%","N (%)","N" for `exposure_distribution_percent` |
17 | 18 | * possibility to specify "none","left","right" for `exposure_distribution_Ntotal` |
18 | 19 | * separately control by dose and by exptile mean size `mean_obs_bydose_text_size` and `mean_obs_byexptile_text_size` |
19 | 20 | * separately control where to put the N by dose or by exptile using `N_byexptile_ypos` or `N_bydose_ypos` |
20 | 21 | with options "with means","top","bottom","none", text size is controlled by `N_text_size` |
21 | | -* added option to add N total by dose for lineanges via `lineranges_Ntotal` with options "none","left","right" |
| 22 | +* added option to add N total by dose for lineranges via `lineranges_Ntotal` with options "none","left","right" |
22 | 23 | * possibility to return the plot and a list of all datasets needed to redo all layers from scratch via `return_list` |
23 | 24 | * give user more controls on legends when using `ggresponseexpdist()` with arguments: `color_legend_title`, |
24 | 25 | `fill_legend_title`, `linetype_legend_title`, `shape_legend_title`, `linetype_legend_title`, and `legend_order` |
|
0 commit comments