View source: R/acceptanceratio.R
ac.ratio | R Documentation |
The acceptance ratio of jumping from the current model to the next model
ac.ratio(
m.curr,
m.next,
k,
gamma = 0,
p0 = 0,
info = c("AIC", "BIC", "AICc", "exBIC")
)
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 |
The acceptance ratio value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.