| predict.FGLMtrunc | R Documentation |
FGLMtrunc fitted modelThis function returns truncated estimate of linear predictors, fitted values, and functional parameter β
for a fitted FGLMtrunc object.
## S3 method for class 'FGLMtrunc'
predict(
object,
newX.curves,
newS = NULL,
type = c("link", "response", "coefficients"),
...
)
object |
fitted |
newX.curves |
Matrix of new values for functional predictors |
newS |
Matrix of new values for scalar predictors |
type |
Type of prediction. For logistic regression ( |
... |
additional predict arguments (Not applicable for FGLMtrunc) |
Predictions depends on chosen type.
predict.glm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.