Skip to content

Commit 27a3047

Browse files
authored
Update fit.jl
1 parent 18fa723 commit 27a3047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function regife(
9494
## Construict vector y and matrix X
9595
##
9696
##############################################################################
97-
subdf = Tables.columntable((; (x => disallowmissing(view(df[!, x], esample)) for x in unique(vcat(vars))...))
97+
subdf = Tables.columntable((; (x => disallowmissing(view(df[!, x], esample)) for x in unique(vcat(vars)))...))
9898

9999
formula_schema = apply_schema(formula, schema(formula, subdf, contrasts), StatisticalModel)
100100

0 commit comments

Comments
 (0)