I think it might be best to wait until 0.3 to sort this out as there are several moving targets interacting here.
— John On Mar 20, 2014, at 9:42 AM, Jason Solack <jaysol...@gmail.com> wrote: > I found the nightlies, but i am still getting an error > > julia> using GLM, RDatasets > > julia> form = dataset("datasets","Formaldehyde"); > > julia> lm1 = lm(OptDen ~ Carb, form) > Formula: OptDen ~ Carb > > Coefficients: > Evaluation succeeded, but an error occurred while showing value of type LmMod: > ERROR: .+= not defined > in show at .julia\v0.3\StatsBase\src\statmodels.jl:68 > > julia> > > > > On Thursday, March 20, 2014 9:15:10 AM UTC-4, Jason Solack wrote: > Thanks for the response! Where can i find the nightlies for windows? > > On Thursday, March 20, 2014 4:41:08 AM UTC-4, Johan Sigfrids wrote: > Sounds like this issue I had: https://github.com/JuliaStats/GLM.jl/issues/61 > The solution was to update Julia. >