Description Usage Arguments Value Examples
Corrects for bias in parameter estimates due to model uncertainty.
1 2 | BiasCorrect(n, true, parameters, models, N = 1000, ic = "AIC",
genBest = TRUE)
|
n: |
Sample size. |
true: |
A string giving the name of the model to generate data from. |
models: |
A string vector of model names for selecting between. |
param: |
A vector of parameters specifying a fitted true model. |
N: |
Number of bootstrap samples. |
ic: |
String giving which information criterion to use (e.g. 'AICc', 'BIC') |
: The corrected model parameters.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.