Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 data.frame (X,Y,a,b,c,d,e) 是否有一个包可以同时预测 X 和 Y?谢谢你的帮助。
试试包车,?linearHypothesis,例子
a multivariate linear model for repeated-measures data see ?OBrienKaiser for a description of the data set used in this example.
但是,它可能不适合您拥有的真实 XY。