param_table: Creates parameter kable
Description
Creates parameter kable
Usage
param_table(ctr, fun, return_table = FALSE, scientific = TRUE, digits = 2)
Arguments
ctr
Generated controller from e.g. pmx_mlx for Monolix.
fun
character can be "sd" or "var" for shrinkage computation, see pmx_comp_shrink
return_table
If TRUE, returns the same table as in get_data('estimates') otherwise it returns a kable
scientific
logical set to TRUE to get scientific notation of parameter values, or FALSE otherwise
digits
integer the number of significant digits to use when rounding parameter values
Value
Returns a kable with the parameter estimates from get_data('estimates')
Examples
Run this code# NOT RUN {
#ctr <- theophylline()
#my_params <- ctr %>% param_table(fun = "var")
# }
Run the code above in your browser using DataLab