[julia-users] Re: Pulling out residuals and fitted values from lmm in MixedModels

2016-04-11 Thread Christina Castellani
Oh okay, that explains why I cannot find it! Thanks for letting me know! Yes, I agree, most would probably want the fixed+random fitted values in the case of lmm. On Wednesday, April 6, 2016 at 7:05:04 PM UTC-4, Christina Castellani wrote: > > I am having difficulty figuring out how t

[julia-users] Pulling out residuals and fitted values from lmm in MixedModels

2016-04-06 Thread Christina Castellani
I am having difficulty figuring out how to pull out the residuals and fitted values from the result of an lmm in Julia using the package MixedModels.jl In R I would use "residuals(m)" or "fitted(m)", where m is the lme output, to get the desired result. Any advice would be greatly

[julia-users] Re: Understanding Dataframes

2016-03-29 Thread Christina Castellani
Hi Dr. Bates, Thank you very much for your help. I was able to code the lmm to run across the matrix with your helpful suggestions. All the best, Christina On Friday, March 18, 2016 at 11:49:37 AM UTC-4, Christina Castellani wrote: > > I apologize for the beginner nature of my qu

[julia-users] Understanding Dataframes

2016-03-19 Thread Christina Castellani
I apologize for the beginner nature of my question but I am not understanding the file structure in Julia. I am wanting to run lmm on a very large file (47x2000), I would like to run one lmm on each of the 47 observations. I have loaded in my matrix and my covariates to Julia using