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. 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. >
