as.data.frame.sae_ml_linear: A Helper Function to Convert sae_ml_linear Results into a...

View source: R/sae_ml_linear.R

as.data.frame.sae_ml_linearR Documentation

A Helper Function to Convert sae_ml_linear Results into a Data Frame

Description

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.

Usage

## S3 method for class 'sae_ml_linear'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

Object of class "sae_ml_linear".

row.names

Ignored.

optional

Ignored.

...

Further arguments.

Value

A data frame containing domain-level estimates.


saeproj.multilevel documentation built on Sept. 8, 2026, 1:10 a.m.