Re: [julia-users] R's update(Update and Re-fit a Model) in Julia?

2016-11-16 Thread Hongwei
Thanks a million, Milan!!! Hongwei On Tuesday, November 15, 2016 at 1:32:36 PM UTC-5, Milan Bouchet-Valat wrote: > > Le lundi 14 novembre 2016 à 14:18 -0800, Hongwei Liu a écrit : > > Hi guys, > > > > I am new to Julia and I have trouble in finding a similar function in > > Julia that has

Re: [julia-users] R's update(Update and Re-fit a Model) in Julia?

2016-11-15 Thread Milan Bouchet-Valat
Le lundi 14 novembre 2016 à 14:18 -0800, Hongwei Liu a écrit : > Hi guys, > > I am new to Julia and I have trouble in finding a similar function in > Julia that has the ability of "update" in R. > > For example, set formula = y ~ x1 + x2 > > In R, I can use update(formula, D  ~ . ) to change

[julia-users] R's update(Update and Re-fit a Model) in Julia?

2016-11-14 Thread Hongwei Liu
Hi guys, I am new to Julia and I have trouble in finding a similar function in Julia that has the ability of "update" in R. For example, set formula = y ~ x1 + x2 In R, I can use update(formula, D ~ . ) to change the formula from y ~ x1 + x2 to D ~ x1 + x2 In Julia, the formula's type is