Description Usage Arguments Value Examples
Add a single term to either mu, sigma, and xi based on individual p value from Wald test.
1 2 3 4 5 | add1_p_mu(fit, alpha = 0.05)
add1_p_sigma(fit, alpha = 0.05)
add1_p_xi(fit, alpha = 0.05)
|
fit |
An object of class |
alpha |
Significance level. Default value is 0.05. |
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 covariate |
pvalue |
A data frame that contains p value with five decimal places of the added covariate if there is one. |
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.