Displaying 1 result from an estimated 1 matches for "3dconf".
Did you mean:
dconf
2010 Jan 26
1
poisson.test from stats package does not pass the conf.level (PR#14195)
...14),conf.level=3D.9)$conf.int
Here is the solution, change:
RVAL <- binom.test(x, sum(x), r * T[1]/(r * T[1] + T[2]),
alternative =3D alternative)
to:
RVAL <- binom.test(x, sum(x), r * T[1]/(r * T[1] + T[2]),
alternative =3D alternative, conf.level=3Dconf.level)
Mike
--please do not edit the information below--
Version:
platform =3D i386-pc-mingw32
arch =3D i386
os =3D mingw32
system =3D i386, mingw32
status =3D
major =3D 2
minor =3D 10.1
year =3D 2009
month =3D 12
day =3D 14
svn rev =3D 50720
language =3D R
version.string =3D R ve...