withinvar {prodest} | R Documentation |
withinvar()
subtracts the mean of a vector from the vector itself, and then returns its variance.
withinvar(inmat)
inmat |
Vector of log(value added output). |
withinvar()
accepts a vector as input, then subtracts the mean from it and returns the variance.
Gabriele Rovigatti