internals_for_ROptEst_Cniperplots | R Documentation |
These functions are internally used helper function for cniperCont
and cniperPointPlot
.
.plotData(data, dots, fun, L2Fam, IC, jit.fac, jit.tol, plotInfo )
.getFunCnip(IC1,IC2, risk, L2Fam, r, b20=NULL)
data |
data to be plot in |
dots |
list; argument |
fun |
function from data to reals; function according to which the data is ordered |
L2Fam |
object of class |
IC |
object of class |
IC1 |
object of class |
IC2 |
object of class |
risk |
object of class |
r |
positive numeric of length 1: the neighborhood radius |
b20 |
positive numeric of length 1: the maximal bias of |
jit.fac |
jittering factor used in case of a |
jit.tol |
jittering tolerance used in case of a |
plotInfo |
stored info from the plot |
.plotData
takes argument data
and plots it into the cniper graph.
.getFunCnip
produces a function to compute the risk difference. If
argument b20
is not NULL
, in the risk difference, for IC2
uses the least favorable contamination situation
('over all real Dirac contamination points'), i.e. leading to a bias
of b20
. Otherwise it uses the bias obtaine from a contamination
in the evaluation point.
.plotData |
If argument |
.getFunCnip |
a vectorized function to compute the risk difference. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.