| $.estimate_secondary | R Documentation |
Provides backward compatibility for the old return structure. The previous
structure with
predictions, posterior, and data
elements is deprecated. Use the accessor methods instead:
predictions - use get_predictions(object)
posterior - use get_samples(object)
data - use object$observations
## S3 method for class 'estimate_secondary'
x$name
x |
An |
name |
The name of the element to extract |
The requested element. Errors for deprecated element names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.