Description Usage Arguments Details Value See Also Examples
Function to extract fit model coefficients from an object returned by rav.
1 |
object |
An object of class |
... |
Optionally more fitted model objects. |
Returns the parameters of an averaging model fitted by the rav function, in the order:
s0, w0, s(k,j), and w(k,j).
As default, the function extract the cofficients of the (first) best model. The optional argument
whichModel can be specified to extract the values of another model. Options are:
"null": null model
"ESM": equal scale values model
"SAM": simple averaging model
"EAM": equal-weights averaging model
"DAM": differential-weight averaging model
"IC": information criteria model
A numeric vector.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.