helper_fit_comparison: model selection fit comparison helper function

View source: R/model_selection.R

helper_fit_comparisonR Documentation

model selection fit comparison helper function

Description

Defines and fits models given the input parameters

Usage

helper_fit_comparison(fit, E1name, E1Trendname, E1trans = identity, fitBayes)

Arguments

fit

Fitted object.

E1name

Name of first observation equation.

E1Trendname

Name of trend of first observation equation.

E1trans

Transformation function for the first observation equation..

fitBayes

Fitted Bayesian object.

Value

A data frame with information criteria, other goodness-of-fit measures, convergence status, trend volatility measures.


RGAP documentation built on Nov. 2, 2023, 6:02 p.m.