Changed default method of reading table files to the “slow” method, so that xpose.data(..other arguments.., method=“slow”) is default. For other methods see ?read_nm_table
Other small changes
Fix a bug where the filtering of “-99” rows of table files would not filter on all plotting variables.
Fix a bug where items in the catab and cotab files were not added to the list of covariates in the xpose database (#16).
Fix a bug where csv files were improperly read into the database in some situations (#16).
Updated code that was using depreciated dplyr and tibble functions.
allow changes in the relative length of the censored lines in
kaplan.plot()
.
Handle directory without trailing slash for
xpose.data()
(#14, @rikardn).
fix bug in classic menu system not allowing change of variable definitions.
Various small spelling and bug fixes (#13, @vrognas).
Update to xpose.VPC() so that outliers can be identified and plotted.
Update to xpose.VPC() so that for any lines in the VPC they are plotted at the median of the observed values of the X axis for all bins by default.
Update to xpose.VPC() to allow a rug at the bottom of the plot showing where the bins are located.
Update to the namespace so that only lattice is loaded when loading xpose.
All documentation now written in roxygen
Updates to boot GAM and boot SCM plots and documentation.
Various small bug fixes.
Update to ind.plots() to allow subsets on a per-y-variable
basis.
Useful to show IPRED and PRED in a finer grid than DV. See option
“y.vals.subset”.
Update to how axes limits are computed with xpose.plot.default.
Fix for using expression() in the ylb argument of xpose.VPC.
Various small bug fixes.
Internal release
Updates to read.bootscm.par.est()
Internal release
Updated xpose.gam to work with the latest version of the gam package
Updated kaplan.plot to allow for ylim specification when “cov” argument is used.
Updated compute.cwres and associated functions to work with NONMEM 7.
Fixed warnings created in xpose.VPC.categorical when creating personalized x and y axis labels.
External release with just one package instead of five.
Added to ind.plots so that when there is only one data point for an individual, the PRED and IPRED show up in the plot.
Internal release
Added functionality for plotting the delta mean output from the vpc tool in PsN. Option is for xpose.VPC() and can be turned on using PI.delta.mean=T. See ?xpose.panel.default for more information.
Internal release
Removed some default messages that were print to the screen when running xpose.VPC(). can change back to previous behavior with option verbose=TRUE.
Combined the five packages of xpose into one package.
Updated the Histogram functionality.
New plots randtest.hist() and boot.hist() for creating histograms of results from PsN’s ‘randtest’ and ‘bootstrap’ tools.
Updated the xpose.VPC() function to handle plotting of mean values from simulations.
Updates to kaplan.plot.R (thanks to Leonid Gibiansky for reporting the problems)
kaplan.plot.R: Removed debugging command that was mistakenly left in function
kaplan.plot.R: “ylab” argument is now passed to the plot when cov option is used.
kaplan.plot.R: Using the cov option with repeated censoring and no observations to break up the chain then the mean value calculation was wrong (only used the surviving IDs and the last censored ID). Fixed now.
Changed the “aspect” argument for all plots to default to
“fill”.
Previously it was “1”.
Updated help files with workable examples, and an example dataset. Look at data(simpraz.xpdb), simprazExample() and example(xpose.data) for dataset examples and example(basic.gof) and example(cwres.vs.idv) for plot examples. Most of the xpose4specific functions now have examples that can be run with example().
Updated kaplan.plot() so that the kaplan-Meier mean covariate (KMMC) plot can be created. Also added more options for adjusting plot properties.
New gofSetup() command to create your own customized series of GOF plots.
fixed how RSE values were reported on runsum() when the parameter was fixed.
Fixed argument to xpose.VPC.categorical(max.plots.per.page=1), so that only one plot per page was possible.
Fixed xpose.VPC() so that the psn option for vpc “confidence_interval=X” works.
Fixed compute.cwres() function that wasn’t computing anything (and returning an error).
Fixed bug in xpose.VPC when asking for logx=T (didn’t work previously).
Fixed dOFV.vs.id for when there are ties in individual dOFV drops.
Updated read.nm.tables so that comma separated NONMEM 7 files can be read into Xpose.
Changing the behavior of xpose.multiple.plot.default. Now multiple plots are returned as objects just like single plots are (no automatic printing from the function that created the plot list). This is accomplished by defining a new class - xpose.multiple.plots - and corresponding print and show methods for that class.
Updated xpose.VPC, xpose.VPC.categorical and xpose.VPC.both to handle the new format of PsN vpc_results.csv files.
xpose.VPC.categorical now has a new option: censored (T or F) which will create BLOQ VPC plots when TRUE.
xpose.VPC.both tries to combine continuous and categorical BLOQ plots.
page numbers can be turned off in multiple page plots using the page.numbers option (T or F).