glm.pval | R Documentation |
Calculates (classical) p-values for an ordinary generalized linear model in the n > p situation.
glm.pval(x, y, family = "binomial", verbose = FALSE, ...)
x |
Design matrix (without intercept). |
y |
Response vector. |
family |
As in |
verbose |
Logical. Should information be printed out if algorithm did not converge? |
... |
Additional arguments to be passed to |
A model with intercept is fitted but the p-value of the intercept is not reported in the output.
Vector of p-values (not including the intercept).
Lukas Meier
hdi
## ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.