Vector of responses
Covariate matrix
List of covariate names
Observation model. eg. LogisticGlm or PoissonGlm
Add an intercept term to the covariate matrix?
Max iterations for the IRLS algorithm (default 50)
Design matrix (including the intercept column, if required)
Covariate matrix
Add an intercept term to the covariate matrix?
Fitted regression coefficients
List of covariate names
Degrees of freedom
Observation model.
Observation model. eg. LogisticGlm or PoissonGlm
Tuple containing results of running the IRLS algorithm - not for general use
Max iterations for the IRLS algorithm (default 50)
Number of observations
Sequence of variable names (including the intercept)
p-values for the regression coefficients
Number of variables (including the intercept)
Predictions for a new matrix of covariates
Predictions for a new matrix of covariates
New matrix of covariates
Fitted values on the scale of the response?
Prediction object
Final Q-matrix from the IRLS algorithm
Final R-matrix from the IRLS algorithm
Inverse of the final R-matrix
Standard errors for the regression coefficients
Prints a human-readable regression summary to the console
Vector of responses
z-statistics for the regression coefficients
Generalised linear regression modelling
Vector of responses
Covariate matrix
List of covariate names
Observation model. eg. LogisticGlm or PoissonGlm
Add an intercept term to the covariate matrix?
Max iterations for the IRLS algorithm (default 50)
An object of type Glm with many useful methods providing information about the regression fit, including .coefficients, .p and .summary