plotest: Plotting function

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Plotting function for proportion estimates procedure.

Usage

1
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

1
2
3
sim<-hfdenoise()

plotest(sim)

binhf documentation built on May 2, 2019, 4:07 p.m.

Related to plotest in binhf...