| Data IngestionIngest Data. | |
|---|---|
| read nonmem files easily | |
| to more easily read data with a 2nd row with units common to phx data | |
| easily write a csv file compatible with nonmem | |
| Data Manipulation | |
| convert to numeric passing through character for safety | |
| given NA values fill them with the next non-na value | |
| given NA values fill them with the final non-na value | |
| 
 | split IDs into groups to use for subsequent plotting | 
| give the max value up to that point | |
| give the min value up to that point | |
| given a set of bin ranges, assign each value to a bin | |
| find all unique non-numeric values | |
| Summaries | |
| summarize paucs | |
| summarize quantiles for a column | |
| Formatting | |
| capitalize all names for a dataframe | |
| lowercase all names for a dataframe | |
| convert all columns to numeric | |
| convert column to type numeric | |
| convert a column of categorical covariates into a number of columns with a binary flag for each category | |
| Convert '.' values into missing values. | |
| add left padding to a vector of values | |
| Pharmacometrics-specific | |
| Calculate AUCt-inf | |
| Calculate partial AUC | |
| resampling | |
| basic curve stripping to get initial estimates | |
| wam function | |
| misc | |
| print multiple values joined together | |
| create view commands that save rds files to where a shiny app is listening for them | |
| peek at the results in a dplyr pipeline | |
| add left padding to a vector of values | |