param_table {ggPMX} | R 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. |
fun |
|
return_table |
If TRUE, returns the same table as in get_data('estimates') otherwise it returns a kable |
scientific |
|
digits |
|
Value
Returns a kable with the parameter estimates from get_data('estimates')
Examples
#ctr <- theophylline()
#my_params <- ctr %>% param_table(fun = "var")
[Package ggPMX version 1.2.11 Index]