pmxhelpr 0.3.5
- Add option to pass the same dataset variable to
TIMEandNTIMEattributes intime_varsfor all functions - Add option to control default aesthetics (linewidth, linetype, size, shape, alpha) in
plot_dvtimeandplot_popgof - Fix bug in
plot_popgofthat was preventing upper error bars from inheriting the color mapped to “DV”
pmxhelpr 0.3.4
- Fix bug in
df_mrgsim_replicatethat was precluding use of non-default time variable names
pmxhelpr 0.3.3
- Fix bug in
plot_dvtimeandplot_popgofwhere variable for “DOSE” was being assessed when dosenorm = FALSE - Update
breaks_timeto accept abbreviations for time units
pmxhelpr 0.3.2
- Add
cent = "mean_sdl_upper"option toplot_dvtimeandplot_popgoffor plotting only the upper error bar - Add
barwidthargument toplot_dvtimeandplot_popgofto allow user to change error bar cap width.
pmxhelpr 0.3.1
- Add
plot_popgofto generate population overlay goodness-of-fit plots - Add
data_sad_pkfitNONMEM PK model fit output dataset fordata_sadbased onmodel. - Fixed bug in
plot_dvtimethat was leading to plotting mean +/- 2*SD instead of mean +/- SD
pmxhelpr 0.3.0
Added new functionality for dose-proportionality assessment with
df_dosepropandplot_doseprop, including helpersmod_logloganddf_loglogto perform and tabulate power law (log-log) regression of exposure versus doseAdded new internal package dataset
data_sad_ncafor use with dose-proportinality assessment functionsAdded helper function
dvtime_captionto generate the caption forplot_dvtimeAdded helper function
pmxhelpr_vpc_themeto capture default VPC plot aesthetics `Revised vignettes to describe workflow with new default aesthetics
Remove use of
log_yargument in VPC plot examples and added rationale to primary vignette forplot_vpc_exactbinsAdd unit tests for all primary functions
pmxhelpr 0.2.4
- Fix bug in
plot_dvtimeto ensuremedian + IQR error barsprints on both linear and log-scale axes whencent = "median_iqr"
pmxhelpr 0.2.3
- Added
cent = "median_iqr"option toplot_dvtimeto plot median with inter-quartile range error bars - Updated the
ind_dvlogical argument inplot_dvtimetogrp_dvto generalize use of grouping beyond connecting points within an individual subject - Added the
grp_varargument toplot_dvtimeto 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_exactbinswhen ordered factor variables are pasted to thestrat_varargument. Ordered factors cannot be passed to the underlying stratification function from thevpcpackage (add_stratification()); therefore, ordered factors will be coerced to unordered factors withinplot_vpc_exactbins
pmxhelpr 0.2.0
Added
plot_dvtimefunction for exploratory concentration-time plottingAdded
breaks_timefunction to automatically determine x-axis breaks for timeFunctionality from
breaks_timeadded toplot_vpcexactbinsExploratory Data Analysisvignette 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_varargument
pmxhelpr 0.1.3
- Vignette vpc plot axes updated to time unit breaks
- Vignette bullet point lists updated to correct spacing
- Coerce argument
lloqargument 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 Aeestheticsvignette 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 thepatchworkpackage
pmxhelpr 0.0.3
-
Additional functionality for
plot_vpc_exactbins-
shownargument added to facilitate customization of which layers are shown in the plot and standardize with new functionplot_legend. Passed toshowargument ofvpc::vpc()
-
plot_legendhelper function to generate a legend for a VPC plot generated usingplot_vpc_exactbins(), which can be combined with the VPC plot using thepatchworkpackageVPC Plots with BLQ Censoringvignette 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-
loqargument added to facilitate incorporating BLQ censoring of observed data in summary quantiles
-
- Bug fix to allow passing argument
vpcdb = TRUEtovpc::vpc()
pmxhelpr 0.0.1
data_sadNONMEM and mrgsolve analysis-ready dataset for a hypothetical SAD study with assessment of food effect.modelmrgsolve model file (classmrgmod) in the internal pmxhelpr model library .model_loadfunction to load internal models from the pmxhelpr model library.df_mrgsim_replicatemrgsim 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_exactbinsvpc 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 Binsvignette demostrating use case forplot_vpc_exactbins()and workflow leveragingdf_mrgsim_replicate.
