Hello,

 

I want to model my data with the following model:

 

Y1=X1*coef1+X2*coef2

Y2=X1*coef2+X2*coef3

 

Note: coef2 appears in both lines

Xi, Yi is input versus output data respectively

 

How can I do this in R?

I got this far:

lm(Y1~X1+X2,mydata)

now how do I add the second line of the model including the cross
dependency?

 

Your help is greatly appreciated!

Cheers, Bastiaan


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to