Get all relevant parameter information in a data.frame, input the desired transformation for parameters and finally merge parameter estimates with their corresponding meta information

parframe(out, meta, bootstrap = NULL, conf.level = 0.95)

Arguments

out

paramter data frame from parframe2setup

meta

meta information data frame from parframe2setup

bootstrap

flag for availability of bootstrap results

conf.level

confidence interval of parameter estimates using normal distribution assumptions (in case no bootstrap results are available). By default set to 95%.