Reputation: 7846
I have a data.frame (X,Y,a,b,c,d,e) Is there a package where I can predict both X and Y at the same time? Thanks for your help.
Upvotes: 0
Views: 274
Reputation: 10215
Try package car, ?linearHypothesis, example
a multivariate linear model for repeated-measures data
see ?OBrienKaiser for a description of the data set used in this example.
However, it might not be appropriate for the real X Y you have.
Upvotes: 1