sep_lasso_: Internal function that does the work of sep_lasso

Description Usage Arguments Value

Description

Internal function that does the work of sep_lasso

Usage

1
2
3
sep_lasso_(outcomes, metadata, trt_unit, by, scale = TRUE, maxep = 4,
  cols = list(unit = "unit", time = "time", outcome = "outcome", treated =
  "treated"))

Arguments

outcomes

Tidy dataframe with the outcomes and meta data

metadata

Dataframe of metadata

trt_unit

Unit that is treated (target for regression)

by

Step size for tolerances to try

scale

Scale imbalances by standard deviations, default: True

maxep

Maximum imbalance to consider in units of sd, default: 4

cols

Column names corresponding to the units, time variable, outcome, and treated indicator

Value

List with lowest tolerances in units of standard deviation


ebenmichael/ents documentation built on May 31, 2019, 8:45 p.m.