On Wednesday, February 12, 2014 3:42:15 PM UTC-6, Taylor Maxwell wrote: > > You should be able to perform an anova or ancova with the GLM package. > > https://github.com/JuliaStats/GLM.jl > > You can use the lm() function and your variables with factors need to be > PooledDataArrays in the dataframe. >
If you are looking for an analysis of variance table the GLM.jl package does not yet provide it. It isn't difficult to create the sequential sums of squares if that is what is desired. Please file an issue in the GLM package. On Wednesday, February 12, 2014 2:57:08 PM UTC-6, Edward Stembler wrote: > > > > Does anyone know of any ANOVA or ANCOVA examples for Julia out there? I > haven't been able to find anything via Google. >
