[julia-users] GLM lm error

2014-03-19 Thread Jason Solack
Hello all, i'm trying a simple linear model with the GLM pack and i'm getting an error: ERROR: code for 3rd and higher order interactions not yet written in expandcols at... I tried doing the example in the package documents and got the same error using GLM, RDatasets form = dataset("datasets

[julia-users] GLM lm error

2014-03-19 Thread Ivar Nesje
What is the error message, and what does versioninfo() print?

[julia-users] GLM lm error

2014-03-20 Thread Johan Sigfrids
Sounds like this issue I had: https://github.com/JuliaStats/GLM.jl/issues/61 The solution was to update Julia.

Re: [julia-users] GLM lm error

2014-03-25 Thread John Myles White
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 wrote: > I found the nightlies, but i am still getting an error > > julia> using GLM, RDatasets > > julia> form = dataset("datas