I am new to perl and looking for a package that includes a code to calculate multiple regression.
Something like OLS that is presented here:
wikipedia – estimation methods for multiple regression
Any suggestions?
Thanks!!!
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.
In general your starting point when looking for Perl packages – if not Google – would be CPAN.
There is a package called Statistics::OLS – it’s old, but you could look at the code there.
A CPAN search for “statistics regression” returns 15 packages that you could peruse.