D'oh! I did all of that but forgot to post it. Here it is
Command Line:
methods(coef)
# 3 methods for generic function "coef"
coef(x::LinPredModel) at O:\.julia\GLM\src\linpred.jl:58
coef(obj::StatisticalModel) at O:\.julia\Stats\src\others.jl:156
coef(x::LinPred) at O:\.julia\GLM\src\linpred.jl:57
Pkg.installed("Distributions")
v"0.2.11"
Julia Studio:
methods(coef)
coef not defined
Pkg.installed("Distributions")
v"0.2.11"
