pmxhelpr 0.3.0
Added new functionality for dose-proportionality assessment with
df_doseprop
andplot_doseprop
, including helpersmod_loglog
anddf_loglog
to perform and tabulate power law (log-log) regression of exposure versus doseAdded new internal package dataset
data_sad_nca
for use with dose-proportinality assessment functionsAdded helper function
dvtime_caption
to generate the caption forplot_dvtime
Added helper function
pmxhelpr_vpc_theme
to capture default VPC plot aesthetics `Revised vignettes to describe workflow with new default aesthetics
Remove use of
log_y
argument in VPC plot examples and added rationale to primary vignette forplot_vpc_exactbins
Add unit tests for all primary functions
pmxhelpr 0.2.4
- Fix bug in
plot_dvtime
to ensuremedian + IQR error bars
prints on both linear and log-scale axes whencent = "median_iqr"
pmxhelpr 0.2.3
- Added
cent = "median_iqr"
option toplot_dvtime
to plot median with inter-quartile range error bars - Updated the
ind_dv
logical argument inplot_dvtime
togrp_dv
to generalize use of grouping beyond connecting points within an individual subject - Added the
grp_var
argument toplot_dvtime
to allow specification of the variable assigned to the group aesthetic by the user. Default isgrp_var = "ID"
pmxhelpr 0.2.2
- Corrected bug in
plot_vpc_exactbins
when ordered factor variables are pasted to thestrat_var
argument. Ordered factors cannot be passed to the underlying stratification function from thevpc
package (add_stratification()
); therefore, ordered factors will be coerced to unordered factors withinplot_vpc_exactbins
pmxhelpr 0.2.0
Added
plot_dvtime
function for exploratory concentration-time plottingAdded
breaks_time
function to automatically determine x-axis breaks for timeFunctionality from
breaks_time
added toplot_vpcexactbins
Exploratory Data Analysis
vignette created to demonstrate functionality of new functionsAdded dependency:
labelling
pmxhelpr 0.1.4
- Fixed bug leading to error when generating stratified vpcs using the
strat_var
argument
pmxhelpr 0.1.3
- Vignette vpc plot axes updated to time unit breaks
- Vignette bullet point lists updated to correct spacing
- Coerce argument
lloq
argument ofplot_legend()
to character type
pmxhelpr 0.1.0
Full VPC workflow now available in Version 0.1.0 with three vignettes to demonstrate this functionality!
VPC Plot Aeesthetics
vignette demonstrating options for modifying plot aesthetics, creating a plot legend usingplot_legend()
, and adding the VPC plot and legend objects together into a single object using thepatchwork
package
pmxhelpr 0.0.3
-
Additional functionality for
plot_vpc_exactbins
-
shown
argument added to facilitate customization of which layers are shown in the plot and standardize with new functionplot_legend
. Passed toshow
argument ofvpc::vpc()
-
plot_legend
helper function to generate a legend for a VPC plot generated usingplot_vpc_exactbins()
, which can be combined with the VPC plot using thepatchwork
packageVPC Plots with BLQ Censoring
vignette demonstrating appropriate handling of data missing due to assay sensitivity (below the lower limit of quantification) usingplot_vpc_exactbins()
and workflow leveragingdf_mrgsim_replicate
.
pmxhelpr 0.0.2
- Additional functionality for
plot_vpc_exactbins
-
loq
argument added to facilitate incorporating BLQ censoring of observed data in summary quantiles
-
- Bug fix to allow passing argument
vpcdb = TRUE
tovpc::vpc()
pmxhelpr 0.0.1
data_sad
NONMEM and mrgsolve analysis-ready dataset for a hypothetical SAD study with assessment of food effect.model
mrgsolve model file (classmrgmod
) in the internal pmxhelpr model library .model_load
function to load internal models from the pmxhelpr model library.df_mrgsim_replicate
mrgsim wrapper function to run a simulation that replicates the input dataset multiple times, intended for application to generating Visual Predictive Check (VPC) simulation-based model diagnostics.plot_vpc_exactbins
vpc wrapper function to using an exact time binning variable in the input dataset (e.g. nominal time) with plotting of observed data points using actual time.VPC Plots with Exact Bins
vignette demostrating use case forplot_vpc_exactbins()
and workflow leveragingdf_mrgsim_replicate
.