We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c5cb5 commit ce87119Copy full SHA for ce87119
src/fit.jl
@@ -171,7 +171,7 @@ function reg(
171
formula_schema = apply_schema(formula, s, FixedEffectModel, has_fe_intercept)
172
173
# Obtain y
174
- # for a Vector{Float64}, conver(Vector{Float64}, y) aliases y
+ # for a Vector{Float64}, convert(Vector{Float64}, y) aliases y
175
y = convert(Vector{Float64}, response(formula_schema, subdf))
176
all(isfinite, y) || throw("Some observations for the dependent variable are infinite")
177
0 commit comments