| predict.pensynth | R Documentation |
Matrix multiplies the values in newdata by the unit weights
extracted from the pensynth object to produce predicted
values.
## S3 method for class 'pensynth'
predict(object, newdata, ...)
object |
a fitted cvpensynth model |
newdata |
N_values * N_donors matrix of values for the donor units. |
... |
ignored |
a matrix (column vector) of predicted values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.