saeplus_regtable: Create report ready tables from EBP output

View source: R/saeplus_ebpreports.R

saeplus_regtableR Documentation

Create report ready tables from EBP output

Description

This function takes the results of the EBP function and creates more outputs to be included in reports

Usage

saeplus_regtable(
  ebp_obj = ginemdi_model2,
  hhsample_dt = gin_master.dt,
  hhcensus_dt = gin_mastercentroid.dt,
  samplegrid = "id",
  censusgrid = "id"
)

Arguments

ebp_obj

an object of class "emdi", "ebp"

hhsample_dt

household level survey dataset containing grid ID

hhcensus_dt

household level population dataset containing grid ID

samplegrid

grid ID variable in hhsample_dt

censusgrid

grid ID variable in hhcensus_dt


SSA-Statistical-Team-Projects/SAEplus documentation built on Aug. 24, 2022, 11:26 a.m.