View source: R/sae_ml_linear.R
| as.data.frame.sae_ml_linear | R Documentation |
This helper function converts the domain-level estimation results produced by
sae_ml_linear() into a data frame. The resulting data frame can be used for further analysis, reporting,
or visualization.
## S3 method for class 'sae_ml_linear'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
Object of class |
row.names |
Ignored. |
optional |
Ignored. |
... |
Further arguments. |
A data frame containing domain-level estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.