Combines the pseudo-weighted estimates and naive (unweighted) estimates into a plain list to be returned by `pwmean()`.
assemble_output(build, est, naive, na_info)A list with components `method`, `estimates`, and `na.action`. The S3 class is assigned by the calling function `pwmean()`.
A `pw_fit` object returned by the build step.
A list returned by `dispatch_estimator()`, with components `type`, `labels`, and `estimates`.
A list returned by `naive_mean()`, with the same structure as `est`.
NA-handling information returned by `process_na_yz()`.