Description Usage Arguments Value Examples
weights
is a generic function which extracts fitting weights from objects returned by modeling functions.
NOTE: This man page is for the weights S4 generic function defined in the randRotation package.
1 2 3 4 5 |
object |
An object of class
|
... |
Kept for compatibility with the default method, see
|
Weights extracted from the object object
. NULL
if no
weights were specified.
See ?stats::weights
for the value returned by the default method.
1 2 3 | weights
showMethods("weights")
selectMethod("weights", "ANY") # the default method
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.