R/sstap_glm.fit.R
sstap_glm.fit.RdSpline Spatial Temporal Aggregated Regression Generalized Linear Model Fit
sstap_glm.fit(y, Z, X, S, family, group = list(), QR = F, ...)
| y | vector/matrix of outcomes |
|---|---|
| Z | matrix of subject level covariates |
| X | list of Smooth design matrices |
| S | list of Smooth penalty/precision matrices |
| family | One of |
| group | A list, possibly of length zero (the default), but otherwise
having the structure of that produced by |
| QR | boolean denoting whether or not to perform a QR decomposition on the design matrix, note that this is an experimental feature and bugs are still being worked out. |
| ... | arguments for stan sampler |