get_plans_weights | R Documentation |
May be NULL
if no weights exist (MCMC or optimization methods).
get_plans_weights(plans)
## S3 method for class 'redist_plans'
weights(object, ...)
plans , object |
the |
... |
Ignored. |
A numeric vector of weights, with an additional attribute
resampled
indicating whether the plans have been resampled according
to these weights. If weights have been resampled, this returns the weights
before resampling (i.e., they do not correspond to the resampled plans).
numeric vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.