Displaying 1 result from an estimated 1 matches for "snamp_fn".
Did you mean:
snamp_fns
2009 Apr 27
1
problem with Power function on a power my result is "inf"
...09,
8284.981,7752.961,18901.742,11078.659,33692.330,44456.277,18737.265,21623.89
8,15837.077))
# USE a power from 1 to 10 by 0.1
power <- seq(1.0, 10.0, by=0.1)
for (method in 1:length(power)){
Mydata$power <- paste(Mydata$SumH^method)
write.matrix(Mydata, paste(file =
"C:/SNAMP_fns/GSmodel/mydata","_",method+9,".txt", sep=""), sep = "\t")
}
On 57 power some value strart to be "inf". All "inf" in power of 10. Is It a
limit of memory or another problem?
Eventually is there a possibility...