mAvg {binequality} | R Documentation |
This function takes weights and parameters and returns model averaged parameters using the weights.
mAvg(params, ws)
params |
a (non-empty) numeric vector of parameters |
ws |
a (non-empty) numeric vector of weights corresponding to params. |
Returns a numeric vector of model averaged parameters.
#not run, iternal function