Skip to content

Commit

Permalink
Adding the ability to manually flag data points to indicate: censorin…
Browse files Browse the repository at this point in the history
…g, including in half-life calculations, and excluting from half-life calculations. Also including these in reporting.
  • Loading branch information
john-harrold committed Jan 30, 2025
1 parent 605f9fb commit 497163b
Show file tree
Hide file tree
Showing 88 changed files with 4,991 additions and 1,860 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export(NCA_test_mksession)
export(apply_route_map)
export(dose_records_builder)
export(fetch_rxinfo)
export(flag_nca_ds)
export(mk_figure_ind_obs)
export(mk_rx_obj)
export(mk_subjects)
Expand Down
1,187 changes: 804 additions & 383 deletions R/NCA_Server.R

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Note that because `{ruminate}` depends on `{formods}` and `{onbrand}` you will n

# Running ruminate

## In RStudio
## In R or RStudio

This will run the default/stable version of ruminate:

Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ reference:
- contents:
- apply_route_map
- dose_records_builder
- flag_nca_ds
- starts_with("mk_table")
- starts_with("mk_figure")
- starts_with("NCA_")
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/model_builder.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 85 additions & 15 deletions docs/articles/noncompartmental_analysis.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ articles:
model_builder: model_builder.html
noncompartmental_analysis: noncompartmental_analysis.html
rmdhunks/simulate_rules: rmdhunks/simulate_rules.html
last_built: 2025-01-13T03:24Z
last_built: 2025-01-30T05:04Z
urls:
reference: https://ruminate.ubiquity.tools/reference
article: https://ruminate.ubiquity.tools/articles
36 changes: 18 additions & 18 deletions docs/reference/CTS_add_covariate.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 497163b

Please sign in to comment.