Generalised linear regression modelling
Trait for simple one-parameter exponential family observation models.
Linear regression modelling
Linear regression modelling
Vector of responses
Covariate matrix
List of covariate names
Add an intercept term to the covariate matrix?
An object of type Lm with many useful attributes providing information about the regression fit
Principal components analysis
Principal components analysis
Computed using SVD of the centred data matrix rather than from the spectral decomposition of the covariance matrix. eg. More like the R function "prcomp" than the R function "princomp".
NOTE: .loadings are transposed relative to the PCA function in Breeze
Data matrix with rows corresponding to observations and columns corresponding to variables
Sequence of column names of mat
An object of type Pca with methods such as .loadings, .scores, .sdev and .summary
Prediction from a fitted linear (Glm) model
Prediction from a fitted linear (Glm) model
fitted generalised linear model
covariate matrix for predictions
predictions on the response scale?
An object of type PredictGlm with several useful attributes, including .fitted and .se
Prediction from a fitted linear (Lm) model
Prediction from a fitted linear (Lm) model
fitted linear model
covariate matrix for predictions
An object of type PredictLm with several useful attributes, including .fitted and .se
GlmFamily object for logistic regression
GlmFamily object for Poisson regression
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