Mercurial > repos > bgruening > upload_testing
comparison linear_regression.py @ 98:babf8ab95495 draft
Uploaded
author | bernhardlutz |
---|---|
date | Mon, 10 Feb 2014 14:14:37 -0500 |
parents | c4a3a8999945 |
children |
comparison
equal
deleted
inserted
replaced
97:280949656059 | 98:babf8ab95495 |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
2 | 2 |
3 from galaxy import eggs | |
4 import sys, string | 3 import sys, string |
5 import rpy2.robjects as robjects | 4 import rpy2.robjects as robjects |
6 import rpy2.rlike.container as rlc | 5 import rpy2.rlike.container as rlc |
7 from rpy2.robjects.packages import importr | 6 from rpy2.robjects.packages import importr |
8 r = robjects.r | 7 r = robjects.r |