calculate_point_estimates: calculate_point_estimates Helper function that calculates the...

View source: R/point_estimates.R

calculate_point_estimatesR Documentation

calculate_point_estimates Helper function that calculates the point estimates for the specified QOI

Description

calculate_point_estimates Helper function that calculates the point estimates for the specified QOI

Usage

calculate_point_estimates(
  qoi.in,
  data.in,
  lead,
  outcome.variable,
  pooled = FALSE
)

Arguments

qoi.in

string specifying the QOI

data.in

data.frame providing the processed/parsed data to be used for calculations

lead

see PanelMatch() documentation

outcome.variable

string specifying the outcome variable

pooled

Logical. See PanelEstimate() documentation.

Value

A named vector of point estimates


PanelMatch documentation built on June 22, 2024, 10:32 a.m.