Re: [R] multivariate modeling codes

2011-11-11 Thread Dennis Murphy
Hi: R-Bloggers picked up on this web site that contains several interesting posts re usage of R, including this one on using a Bayesian approach to multivariate mixed effects models using the MCMCglmm package: http://www.quantumforest.com/2011/11/coming-out-of-the-bayesian-closet-multivariate-vers

Re: [R] multivariate modeling codes

2011-11-11 Thread Joshua Wiley
Hi, It is not at all clear to me what type of model you are trying to fit. You could consider ?manova for a multivariate analysis of variance require(lme4) ?lmer for longitudinal regression type models or perhaps OpenMx: http://openmx.psyc.virginia.edu/ for structural equation modelling in R

Re: [R] multivariate modeling codes

2011-11-11 Thread B77S
Not sure if this helps, but did you try Google? http://www.jstatsoft.org/v35/i09/paper http://cran.r-project.org/web/packages/lcmm/lcmm.pdf http://www.warwick.ac.uk/statsdept/useR-2011/abstracts/010411-liquetbenoit.pdf yurirouge wrote: > > HI, > > I am relatively new to R and would appreci

[R] multivariate modeling codes

2011-11-11 Thread yurirouge
HI, I am relatively new to R and would appreciate some help or directions for this. I am trying to model 3 longitudinal outcomes jointly and to identify some predictors for these 3 joint outcomes (all continuous). I am trying to find some codes that I may modify to do this but cannot seem to fin