get_param_est_comparison_df: Create the data frame that holds parameter estimates for...

View source: R/utils-get-param-est-comparison-df.R

get_param_est_comparison_dfR Documentation

Create the data frame that holds parameter estimates for several models for comparison purposes in a table

Description

Create the data frame that holds parameter estimates for several models for comparison purposes in a table

Usage

get_param_est_comparison_df(
  models,
  model_nms,
  end_yr = models[[1]]$endyr,
  digits = 3,
  inc_loglike = TRUE,
  ...
)

Arguments

models

A list of models which contain the MCMC output

model_nms

A vector of names of the same length as the number of models in the models list

end_yr

The last year to include

digits

The number of decimal points to include in the table

inc_loglike

Logical. If TRUE, include the negative log-likelihood values

...

Absorbs arguments meant for other functions

Value

A data frame containing 1 column of parameter estimates for each model in models list


pacific-hake/hake-assessment documentation built on Nov. 8, 2024, 1:16 p.m.