You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[StatsAPI.coefnames](https://juliastats.org/StatsModels.jl/stable/api/#StatsAPI.coefnames)
—
Function
coefnames(model::StatisticalModel)
Return the names of the coefficients.
I have just learned through trial and error and debugging that the RegressionTables.jl package expects the return values to be strings, not symbols. It seems to me that the API should precisely specify the types that coefnames() and similar functions can return.
The text was updated successfully, but these errors were encountered:
At https://juliastats.org/StatsModels.jl/stable/api/#StatsAPI.coefnames, I read:
I have just learned through trial and error and debugging that the RegressionTables.jl package expects the return values to be strings, not symbols. It seems to me that the API should precisely specify the types that
coefnames()
and similar functions can return.The text was updated successfully, but these errors were encountered: