Usage
bandwidth_bootstrap( r, m, x, H, N, h0 = NULL, link = c( "logit" ), guessing = 0, lapsing = 0, K = 2, p = 1, ker = c( "dnorm" ), maxiter = 50, tol = 1e-6, method = c( "all" ) )
Arguments
r
number of successes in points x
m
number of trials in points x
H
minimum and maximum values of bandwidth to be considered
N
number of bootstrap replications
h0
pilot bandwidth; if not specified, then the scaled plug-in bandwidth is used
link
name of the link function to be used; default is "logit"
guessing
guessing rate; default is 0
lapsing
lapsing rate; default is 0
K
power parameter for Weibull and reverse Weibull link; default is 2
p
order of the polynomial; default is 1
ker
kernel function for weights; default "dnorm"
maxiter
maximum number of iterations in Fisher scoring; default is 50
tol
tolerance level at which to stop Fisher scoring; default is 1e-6
method
loss function to be used in bandwidth: choose from: 'ISEeta', 'ISE', 'deviance'; default is "all"