This repo provides code for the paper "Pharmacometric covariate modeling using symbolic regression networks" submitted to CCTA 2022.
The package is written in Julia and can be downloaded by running
using Pkg
] add https://github.com/wahlquisty/pharmacometric-covariate-modeling
include("CovariateModeling.jl")
This reproduces the results of the paper.