Displaying 1 result from an estimated 1 matches for "energy1".
Did you mean:
energy
2008 Feb 26
2
Multiple linear regression with for loop
Hi everyone!
I have an array containing the following fields for over hundred compounds:
cpd, activity, fixterm, energy1, energy2, energy3, ...
I want to run a multiple linear regression on all entries of an array. Therefore I tried to do this with a for loop. (Maybe there is a direct way of calculating it using apply, but I don't know that either.)
Actually i tried the following code:
...
> attach(dat...