param_table: Creates parameter kable

View source: R/param_table.R

param_tableR Documentation

Creates parameter kable

Description

Creates parameter kable

Usage

param_table(ctr, fun, return_table = FALSE, scientific = FALSE, 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

#ctr <- theophylline()
#my_params <- ctr %>% param_table(fun = "var")

ggPMXdevelopment/ggPMX documentation built on Dec. 11, 2023, 5:24 a.m.