Description Usage Arguments Value Examples
This is a function which outputs a GLM coefficient table with an extra column which shows the fragility index corresponding to each p-value. Please note that the outcome modifications in the gaussian case are determined to be symmetric around the observation with radius max.step, which is distinct from the sufficiently likely approach considered throughout the package.
1 2 3 4 5 6 7 8 9 |
formula |
a formula, see the documention of 'glm' for more details |
family |
a description of the error distribution, see the documention of 'glm' for more details. Currently only gaussian() and binomial() are supported. |
data |
a data frame with measurements on the columns and cases on the rows |
max.step |
an atomic vector for the max step of each response, for when the response type is restricted |
alpha |
a number for the size of test |
cl |
a cluster from the |
verbose |
a logical value for whether to print status updates while running |
the coefficient table from 'glm' with an extra column containing the fragility index of each coefficient
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.