Description Usage Arguments Details Value Examples
Significance controlled variable selection selects variables in either mu, sigma, and xi with forward direction based on AIC.
1 2 3 4 5 6 7 | forward_AIC(fit, do_mu = TRUE, do_sigma = FALSE, do_xi = FALSE)
forward_AIC_mu(fit)
forward_AIC_sigma(fit)
forward_AIC_xi(fit)
|
fit |
An object of class |
do_mu |
do forward selection on mu if |
do_sigma |
do forward selection on sigma if |
do_xi |
do forward selection on xi if |
Add details.
An object (a list) of class c("gev", "evreg")
summarising
the new model fit (which may be the same as fit
) and containing the
following additional components
Input_fit |
The input object of the class |
Note |
A message that tells if a covariate has been added or not. |
Output_fit |
A list that contains formulae for the parameter,
and the output object of the class |
added_covariate |
A character vector shows added covariates |
AIC |
AIC values for both input model and output model if two models are different. |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.