Last chance! 50% off unlimited learning
Sale ends in
Creates parameter kable
param_table(ctr, fun, return_table = FALSE, scientific = FALSE, digits = 2)
Returns a kable with the parameter estimates from get_data('estimates')
Generated controller from e.g. pmx_mlx
for Monolix.
character
can be "sd" or "var" for shrinkage computation, see pmx_comp_shrink
If TRUE, returns the same table as in get_data('estimates') otherwise it returns a kable
logical
set to TRUE to get scientific notation of parameter values, or FALSE otherwise
integer
the number of significant digits to use when rounding parameter values
#ctr <- theophylline()
#my_params <- ctr %>% param_table(fun = "var")
Run the code above in your browser using DataLab