Description Usage Arguments Details Value
Drop a single term to either mu, sigma, and xi based on criterion Likelihood ratio test, AIC, or p value from Wald test
1 2 | drop1_gevreg(fit, parameter = "mu", alpha = 0.05,
criterion = "pvalue")
|
fit |
An object of class |
parameter |
A specified parameter that needs to drop one covariate.
Equals |
alpha |
Significance level if criterion equals pvalue or LRT. Default value is 0.05. |
criterion |
Either based |
Non-zero components of inital value of xi may mean that the likelihood is zero at the starting values. This is because for xi not equal to zero, there is a constraint on the parameter space. To avoid this set all components of initial value of xi to 0, i.e. the Gumbel case.
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 dropitional components
Input_fit |
The input object of the class |
Note |
A message that tells if a covariate has been droped or not. |
Output_fit |
A list that contains formulae for the parameter,
and the output object of the class |
droped_covariate |
A character vector shows droped covariate |
criterion_value |
criterion value for if both input model and output model are different. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.