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.
I have a data.frame (X,Y,a,b,c,d,e) Is there a package where I can predict both
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try package car, ?linearHypothesis, example
However, it might not be appropriate for the real X Y you have.