Skip to contents

simaerep 1.0.0

  • use get_cum_mean_event_dev() instead of get_site_mean_ae_dev() for plotting which does not rely on visit_med75 to reduce noise
  • eval_sites will combine over- and under-reporting probability into one column prob
  • eval_sites with inframe method will calculate delta events
  • new simaerep defaults inframe = TRUE, mult_corr = TRUE, visit_med75 = FALSE, under_only = FALSE
  • retire sim_ur_scenarios, get_portf_perf, sim_studies, get_ecd_values, get_pat_pool_config portfolio performance will be calculated by removing events directly from the data with sim_out
  • remove check argument from low-level interface functions site_aggr and sim_sites
  • use test helper functions to generate data for unit testing
  • reuse saved test data for regression testing towards earlier simaerep versions
  • pass alternative column names in df_visit input data to simaerep via col_names argument and preserve names in simaerep results
  • improved print output for simaerep and orivisit S3 objects
  • adapt validation unit tests to include event over and under reporting
  • minimize the number of exported functions
  • deprecate event_per_visit_mean argument in favor of event_rates for data simulation
  • use non-constant event rates by default during data simulation

simaerep 0.7.0

CRAN release: 2025-04-09

simaerep 0.6.1

  • set dplyr requirement to v1.1.0
  • fix validation report action

simaerep 0.6.0

CRAN release: 2024-09-30

simaerep 0.5.0

CRAN release: 2024-04-03

simaerep 0.4.3

CRAN release: 2023-03-03

  • delete performance unit tests (poisson faster than bootstrap) to accommodate CRAN request

simaerep 0.4.2

CRAN release: 2023-02-25

  • CRAN submission

simaerep 0.4.1

  • validation report

simaerep 0.4.0

  • S3 interface #17
  • better performance specification #26
  • more meaningful unit test names #24 #30 #33

simaerep 0.3.3

  • better data checks and error messages #19, #20, # 21
  • data check and repair by check_df_visit() became optionable

simaerep 0.3.2

  • added portfolio performance assessment

simaerep 0.3.1

  • changed MIT License holder from openpharma to F. Hoffmann-La Roche Ltd and simaerep authors

simaerep 0.3.0

  • improved evaluation point visit_med75
  • allow days instead of visit

simaerep 0.2.0

  • use Benjamin Hochberg procedure for alpha error correction
  • fix warnings around parallel processing
  • improved SAS files vignette