Displaying 1 result from an estimated 1 matches for "sumh".
Did you mean:
such
2009 Apr 27
1
problem with Power function on a power my result is "inf"
Dear user,
I have a problem with a power because after a value the result is "inf"
Mydata <- data.frame(plot=c(11,12,13,14,15, 16, 21, 22, 23, 24, 25, 26,
31, 32,33, 34),
SumH=c(17573.029,22572.162,19659.984,13952.781,6996.924,16049.598,13869.409,
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 <- p...