Displaying 1 result from an estimated 1 matches for "vareig".
Did you mean:
vararg
1999 Apr 21
1
source("filename") vs. input from command-line
...uation symbol on the next line, and does so for each
subsequent line, as follows ...
... 0.673485477583901, 0.492934866805126, 0.67+ 97955088067,
0.359755098747052, 0.734365384276714, 0.776102576892879, 1)
+ Dmatrix <- matrix (mydata, byrow=TRUE, nrow=11, ncol=11 )
+ result<-eigen(Dmatrix)
+ varEig<-var(result$values)
+ cat (c('variance of the eigenvalues:', varEig), fill=TRUE)
When the list is shorter, I don't get this problem.
Anyone have any ideas as to what is going on? The reason I am doing this
is to call R from a PERL program.
Thanks, Alex
~^^~^~^~^~^~^~^~^~^~^~^...