Learn R Programming

ggPMX (version 1.2.3)

param_table: Creates parameter kable

Description

Creates parameter kable

Usage

param_table(ctr, fun, return_table = FALSE)

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

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