Collection of miscellaneous custom utility/helper functions that have proved useful:
get_time()
: Extract the time elements from a date-timelm_eq()
: Display the equation and adjusted R-squared for a linear model in a ggplot.model_table()
: Gather data from a NONMEM run and output it into a tablen_fun()
: Writes the number of data points on a box plot
# install.packages("devtools")
devtools::install_github("vrognas/vmisc")