Skip to content
Prev 381264 / 398502 Next

stats::power.t.test error

Hi,

power.t.test works for some range of input parameters but fails otherwise.
[1] 1.971668
[1] 1.620328
Error in uniroot(function(n) eval(p.body) - power, c(2, 1e+07), tol = tol,  :
  did not succeed extending the interval endpoints for f(lower) * f(upper) <= 0
In addition: Warning message:
In qt(sig.level/tside, nu, lower.tail = FALSE) : NaNs produced

I guessing that sd is very small compared with delta, hence the
problem. But what are allowed values (ratios) of delta and sd?

Best
Witek