phx_typical | R Documentation |
Summary of NONMEM typical values using outputs from nm_ph function
phx_typical(
theta = "nm_ph1",
omega = "nm_ph2",
sd = "nm_ph3",
omega_sd = "nm_ph4",
estimate = "value",
lab = c("tvKa;;Ka (1/h);;x+y;;c(0,0);;nKa;;sqrt(exp(x)-1)*100",
"dKadSTR100;;If dose=100;;exp(x)+y;;c(0,0);;",
"tvCl;;CL/F (L/h);;x+y;;c(0,0);;nCl;;sqrt(exp(x)-1)*100",
"dCldMULT2;;CL, if multiple dose;;exp(x)*y;;tvCl;;",
"tvV;;Vc/F (L);;x+y;;c(0,0);;nV;;sqrt(exp(x)-1)*100",
"tvCl2;;Q/F (L/h);;x+y;;c(0,0);;nCl2;;sqrt(exp(x)-1)*100",
"tvV2;;Vp/F (L/h);;x+y;;c(0,0);;nV2;;sqrt(exp(x)-1)*100",
"stdev0;;Proportional Error (%);;x*100+y;;c(0,0);;")
)
theta |
theta sheet nm_ph 1 |
omega |
omega data matrix format nm_ph 2 |
sd |
set to null if no covariance steps or specify variable name for SD theta. |
omega_sd |
sd for omega matrix format nm_ph 4. Null if no covariance steps |
estimate |
specify variable name for estimate, default is value |
lab |
table format |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.