binhf (version 1.0-3)

plotest: Plotting function

Description

Plotting function for proportion estimates procedure.

Usage

plotest(l, plot.it = FALSE, verbose = FALSE)

Arguments

l

A results list from doall.

plot.it

Should results be plotted?

verbose

Should extra information be given during the procedure?

Value

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.

Details

This function uses norm to compute errors for estimates produced by doall.

See Also

norm

Examples

Run this code
# NOT RUN {
sim<-hfdenoise()

plotest(sim)

# }

Run the code above in your browser using DataCamp Workspace