weights,initRandrot-method | R Documentation |
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.
## S4 method for signature 'initRandrot'
weights(object, ...)
## S4 method for signature 'initBatchRandrot'
weights(object, ...)
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.
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.