R/FunnelPlot.R

"FunnelPlot" <-
function(x)
 {
 rxy <- x$Rxy
 N <- x$n
 rb <- rbar(x)
 plot(rxy,N, xlab="Effect Sizes", ylab="Sample Sizes", main="Funnel Plot")
 abline(v=rb)
 }

Try the psychometric package in your browser

Any scripts or data that you put into this service are public.

psychometric documentation built on Nov. 6, 2023, 1:06 a.m.