Description Usage Arguments Details Value Author(s) See Also Examples
predict method for class "kspm".
1 2 3 |
object |
an object of class "kspm", usually, a result of a call to |
newdata.linear |
should be a data frame or design matrix of variables used in the linear part |
newdata.kernel |
a list containing data frame or design matrix of variables used in each kernel part depending on the specification format of each kernel. When a kernel has been specified using |
interval |
type of interval calculation. If |
level |
confidence level. Default is |
... |
further arguments passed to or from other methods. |
predict.kspm produces predicted values. If a new dataset is not specified, it will return the fitted values from the original data (complete data used in the model specification). If predict.kspm is applied to a new dataset, all variables used in the original model should be provided in newdata.linear and newdata.kernel arguments but only complete data may be provided. Setting interval specifies computation of confidence or prediction intervals at the specified level.
predict.kspm returns a vector of predictions or a matrix containing the following components if interval is set:
fit |
predictions. |
lwr |
lower bound of confidence/prediction intervals. |
upr |
upper bound of confidence/prediction intervals. |
Catherine Schramm, Aurelie Labbe, Celia Greenwood
kspm, summary.kspm.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.