Skip to content
Prev 178637 / 398506 Next

problem with Power function on a power my result is "inf"

Alessandro wrote:
Do you mean
   Mydata$SumH^method
or
   Mydata$SumH^(power[method])
?

If the latter, you won't see Inf as early as before.

The limit is the representation of floating point numbers. See ?.Machine 
  on how to learn about the limits of your version of R / platform.

Uwe Ligges
>