Changing Output units for V and Cl

Dear All, this seems like such a silly question but I can’t seem to find the answer in any documentation. My input is conc in ng/mL and time is in minutes so I’m getting V in mL and Cl in mL/min. However, I desire the results to be expressed for V in L and for Cl in L/hr. How do I get NLME to do that for the output? Additionally, how do I get units rounded as I desire? Kind regards, Jim happy to be using NLME 1.1

Hi Jim, Phoenix models do not do unit conversations. The way it works is that if your data (time, conc, dose) has units in the header rows, those units will be used to label the output model parameters. In this situation, there is no option to enter units . If the data doesn’t have units then the user can enter the units for each parameter but the user needs to enter the correct unit as it is a simple ‘label’. No conversion will be done. The only way to change units is to use a data>column transformation object on the results or to transform the data input to have the desired units prior to the model run. Rounding is available when tabulating data (Table object - decimals or significant digits) or copying the results to the data folder (right click) and then using the display format. Hope this helps, Ana

Hi Ana, Thanks for this confirmation. I’ll stop searching for a solution. My experience from WNL where we could convert units and determine precision of output lead me to think the same would be true for NLME. Kind regards, Jim