ac.ratio: The acceptance ratio of jumping from the current model to the...

View source: R/acceptanceratio.R

ac.ratioR Documentation

The acceptance ratio of jumping from the current model to the next model

Description

The acceptance ratio of jumping from the current model to the next model

Usage

ac.ratio(
  m.curr,
  m.next,
  k,
  gamma = 0,
  p0 = 0,
  info = c("AIC", "BIC", "AICc", "exBIC")
)

Arguments

m.curr

The current model

m.next

The next model

k

The tuning parameter

gamma

The parameter for extended BIC

p0

The number of total predictors

info

The selected information criterion

Value

The acceptance ratio value


Kaukol/IBGS documentation built on June 17, 2024, 2:37 p.m.