search for: replicact

Displaying 2 results from an estimated 2 matches for "replicact".

Did you mean: replicat
2001 Oct 23
0
problems with postscript device
...<- sqrt(p * (1 - p)/n)/d ps <- seq(xlims[1], xlims[2], len = 100) lines(ps, dnorm(ps, mu, sd), col = "darkgreen") } lines(CImedian, rep(ymax/2, 3)) points(CImedian[2], ymax/2, cex = 2, col = "black") names(B) <- "Number of bootstrap replicactions" invisible(list(CImean = CImean, CImedian = CImedian, B, means = means, meds = meds)) } call with for example: boot.stat(rnorm(100)) Kjetil Halvorsen. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci....
2001 Oct 26
1
postscript problem (PR#1147)
...<- sqrt(p * (1 - p)/n)/d ps <- seq(xlims[1], xlims[2], len = 100) lines(ps, dnorm(ps, mu, sd), col = "darkgreen") } lines(CImedian, rep(ymax/2, 3)) points(CImedian[2], ymax/2, cex = 2, col = "black") names(B) <- "Number of bootstrap replicactions" invisible(list(CImean = CImean, CImedian = CImedian, B, means = means, meds = meds)) } call with for example boot.stat( rnorm(100), norm=TRUE) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien...