plotest {binhf}R Documentation

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?

Details

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

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.

Author(s)

Matt Nunes (m.nunes@ucl.ac.uk)

See Also

norm

Examples


sim<-hfdenoise()

plotest(sim)


[Package binhf version 1.0-3 Index]