View source: R/utility_functions.R
model.response.feis | R Documentation |
Returns the de-trended response variable of a feis
object.
model.response.feis(x, ...)
x |
an object of class |
... |
further arguments. |
The function provides a convenient way to return the model.response of a feis
object.
This is the transformed (de-trended) variable which is used for estimation of the final model.
A "numeric
" of the transformed response variable of the estimation model.
data("mwp", package = "feisr") feis.mod <- feis(lnw ~ marry + enrol | year, data = mwp, id = "id") y_tilde <- model.response.feis(feis.mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.