I an trying to perform a multivariate linear regression in R.
I have two dependent variables (outcomes) and one independent variable (predictor). The model would be something like:
y1,y2~x
I did not find any way to implement this in R. Any help?