Greetings,

I just started using Julia yesterday, and I'm currently trying to translate 
a bit of my existing R code. I hope the answer isn't too obvious, but I'm 
not sure how to fit a weighted linear regression in Julia -- in R, I would 
try something like

weighted_lm <- lm(Y ~ X1 + X2, weights = my_weights, data = my_data)

Is this currently possible using linreg or GLM? The following thread 
suggests this feature may be still be unavailable:

https://github.com/JuliaStats/GLM.jl/issues/37

Cheers,
Ryan

Reply via email to