Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/restructure #1

Merged
merged 48 commits into from
Oct 20, 2023
Merged

Feature/restructure #1

merged 48 commits into from
Oct 20, 2023

Commits on Sep 5, 2023

  1. - initial test commit

    wojcieko committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2346035 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. - feature restructuring done

    wojcieko committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d2cf056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2a638 View commit details
    Browse the repository at this point in the history
  3. - updated documentation

    wojcieko committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6e12c0c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    602dd76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80a80ad View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. fixed warnings in cmd check

    Xyarz committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6b2beb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    8467e27 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. - included plot function

    wojcieko committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    585a215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    644ec5c View commit details
    Browse the repository at this point in the history
  3. - getPosterior can now take custom vectors for mu and sd

    - other small changes
    wojcieko committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    cee4363 View commit details
    Browse the repository at this point in the history
  4. - for single set of simulated data (e.g. observed data), getPosterior…

    … returns the posterior directly, not the list
    wojcieko committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    63dfec0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    4222181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e43277 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    5d4d121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ebcb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    489e049 View commit details
    Browse the repository at this point in the history
  2. fixed github action errors

    Xyarz committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7dc310b View commit details
    Browse the repository at this point in the history
  3. added missing dependency

    Xyarz committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    497a709 View commit details
    Browse the repository at this point in the history
  4. styled vignette!

    Xyarz committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a5cd793 View commit details
    Browse the repository at this point in the history
  5. added tests

    Xyarz committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    973c313 View commit details
    Browse the repository at this point in the history
  6. added missing dependency

    Xyarz committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5c852d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. added covr workflow and badges

    Xyarz committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ff4bb34 View commit details
    Browse the repository at this point in the history
  2. adjusted covr yaml

    Xyarz committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    209aed4 View commit details
    Browse the repository at this point in the history
  3. added pkgdown yaml

    Xyarz committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4893c8b View commit details
    Browse the repository at this point in the history
  4. removed error

    Xyarz committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    107b9a0 View commit details
    Browse the repository at this point in the history
  5. alter ref

    Xyarz committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a1a34ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    773e138 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. - included bootstrapping credible bands

    Merge branch 'feature/restructure' of https://github.com/Boehringer-Ingelheim/BayesianMCPMod into feature/restructure
    
    # Conflicts:
    #	vignettes/analysis_normal.Rmd
    wojcieko committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    84f0c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3088a10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c375ffe View commit details
    Browse the repository at this point in the history
  4. - devtools::check() pleasing

    wojcieko committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ccd270b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. adjusted bootstrapping.R line, error in Vignette as well as created t…

    …ests for bootstrapping file
    Xyarz committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    89fd571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f4913 View commit details
    Browse the repository at this point in the history
  3. adjusted tests

    Xyarz committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    cedb075 View commit details
    Browse the repository at this point in the history
  4. - added color for bootstrap credible bands (and median) in plot_model…

    …Fits()
    
    - changed cr_intv = TRUE as default in plot_modelFits()
    - added bootstrap median
    - added predict.ModelFits()
    - removed superfluous arguments from getModelFitSimple()
    - corrected typos
    wojcieko committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    acd3f82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cce6014 View commit details
    Browse the repository at this point in the history
  6. adjusted test calls

    Xyarz committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9eba0fc View commit details
    Browse the repository at this point in the history
  7. - corrected typo on bootstrap tests

    - updated plot function in vignette
    wojcieko committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    aa1f665 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a391f99 View commit details
    Browse the repository at this point in the history
  9. - introduced S3 methods for modelFits and postList: plot and predict …

    …for the former, print and summary for the latter
    wojcieko committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    eddb111 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f516af View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. - added S3 printing methods for BayesianMCP, BayesianMCPMod, modelFits

    - added separate file for S3 methods
    - added function performMayesianMCPMod
    - renamed function BMCPMod to perform BayesianMCP
    - renamed function BayesMCPMod to BayesMCPi
    - unified handling of posterior_list vs posterior in performBayesianMCP and getModelFits
    wojcieko committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    db33d70 View commit details
    Browse the repository at this point in the history
  2. - added function assessDesign()

    - fixed typo in performBayesianMCPMod
    - added functionality to print.BayesianMCPMod
    - added getModelData
    - to vignette: added automatic numbering, and assessment of trial design
    wojcieko committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    c332b7a View commit details
    Browse the repository at this point in the history
  3. - added new functions getContrMat, getCritProb, getPriorList

    - changed simulation to output a single data set if !is.null(true_model)
    - updated vignette
    wojcieko committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a1ed96d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    b45e0b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    31ebd7f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    09b214b View commit details
    Browse the repository at this point in the history