Generalised linear regression modelling
Value parameters
- Xmat
-
Covariate matrix
- addIntercept
-
Add an intercept term to the covariate matrix?
- colNames
-
List of covariate names
- fam
-
Observation model. eg. LogisticGlm or PoissonGlm
- its
-
Max iterations for the IRLS algorithm (default 50)
- y
-
Vector of responses
Attributes
Members list
Value members
Concrete methods
Predictions for a new matrix of covariates
Predictions for a new matrix of covariates
Value parameters
- newX
-
New matrix of covariates
- response
-
Fitted values on the scale of the response?
Attributes
- Returns
-
Prediction object
Prints a human-readable regression summary to the console
Prints a human-readable regression summary to the console
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Design matrix (including the intercept column, if required)
Design matrix (including the intercept column, if required)
Attributes
Fitted regression coefficients
Fitted regression coefficients
Attributes
Degrees of freedom
Degrees of freedom
Attributes
Tuple containing results of running the IRLS algorithm - not for general use
Tuple containing results of running the IRLS algorithm - not for general use
Attributes
Number of observations
Number of observations
Attributes
Sequence of variable names (including the intercept)
Sequence of variable names (including the intercept)
Attributes
p-values for the regression coefficients
p-values for the regression coefficients
Attributes
Number of variables (including the intercept)
Number of variables (including the intercept)
Attributes
Inverse of the final R-matrix
Inverse of the final R-matrix
Attributes
Standard errors for the regression coefficients
Standard errors for the regression coefficients
Attributes
z-statistics for the regression coefficients
z-statistics for the regression coefficients