Skip to content

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

2 messages · Alessandro, Uwe Ligges

#
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
>