plotest {binhf} | R Documentation |
Plotting function for proportion estimates procedure.
plotest(l, plot.it = FALSE, verbose = FALSE)
l |
A results list from doall. |
plot.it |
Should results be plotted? |
verbose |
Should extra information be given during the procedure? |
This function uses norm to compute errors for estimates produced by doall.
hfn |
error between Haar-Fisz estimate and truep of doall. |
an |
error between Anscombe estimate and truep of doall. |
fn |
error between Freeman-Tukey estimate and truep of doall. |
Matt Nunes (m.nunes@ucl.ac.uk)
sim<-hfdenoise()
plotest(sim)