Advanced Statistics - Biology 603
|
Bowling Green State University, Spring 2008
|
Lab Exercises - Stats for Java
Multiple Linear Regression Analysis
Run the program that controls a multiple linear regression analysis of the BodyMeasures.txt data file. It walks through the detailed steps of performing the analysis via matrix algebra operations.
On Mac OSX:
- Download the compressed xCode project here.
- Uncompress the archive and doubleclick the control file "MultRegrDemo.xcodeproj"
- Open the "Console" from the "Run" menu. Click on the "Build and Go" button to compile the code and run it. You should see the detailed results of the analysis printed into the Console.
- The Java code for this program is in the "MultRegressionDemo.java" file which is located in the "MultRegression" folder of the project.
last modified: 2/6/08
This material is copyrighted and MAY NOT be used for commercial purposes, © 2001-2008 lobsterman.
[ Advanced Statistics Course page | About BIO 603 | Announcements ]
[ Course syllabus | Exams & Grading | Glossary | Evaluations | Links ]