Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 3fafa42

Browse files
committed
Improve StatsStep and specset
1 parent c751a3a commit 3fafa42

File tree

10 files changed

+319
-277
lines changed

10 files changed

+319
-277
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
1212
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1313
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
1414
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
15-
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
1615

1716
[compat]
1817
CSV = "0.8"
@@ -23,7 +22,6 @@ SplitApplyCombine = "1.1"
2322
StatsBase = "0.33"
2423
StatsModels = "0.6.18"
2524
Tables = "1.2"
26-
TypedTables = "1.2"
2725
julia = "1.3"
2826

2927
[extras]

src/DiffinDiffsBase.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ using StatsBase
99
using StatsModels: TupleTerm
1010
using SplitApplyCombine: groupfind, groupview
1111
using Tables: columntable, istable, rows, columns, getcolumn
12-
using TypedTables: Table
1312

1413
import Base: ==, show, union
15-
import Base: eltype, firstindex, lastindex, getindex, iterate, length
14+
import Base: eltype, firstindex, lastindex, getindex, iterate, length, sym_in
1615

1716
import StatsModels: termvars
1817

@@ -56,12 +55,14 @@ export @fieldequal,
5655
parse_treat,
5756

5857
StatsStep,
58+
namedargs,
5959
AbstractStatsProcedure,
6060
SharedStatsStep,
6161
PooledStatsProcedure,
6262
pool,
6363
StatsSpec,
6464
@specset,
65+
proceed,
6566

6667
CheckData,
6768

0 commit comments

Comments
 (0)