Description Usage Arguments Details Value See Also Examples
Extract the predicted response values of a model fitted using a model fitting function plmm
or wplmm
. fitted.values
is an alias.
1 2 3 4 5 6 7 8 | ## S3 method for class 'plmm'
fitted(object,...)
## S3 method for class 'wplmm'
fitted(object,...)
## S3 method for class 'plmm'
fitted.values(object,...)
## S3 method for class 'wplmm'
fitted.values(object,...)
|
object |
a model fitted with |
... |
other arguments. |
The fitted value is defined as the conditional prediction, i.e. the sum of the estimated fixed components (parametric and nonparametric) and the predicted random intercept. Unconditional predictions (not conditioned on the cluster which the predicted response belongs to) can be obtained using predict
.
The predicted conditional response values.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.