Usage
rsf(formula, data, m, B = 99, inits, method = "Nelder-Mead",
control, model = TRUE, x = FALSE, ...)
rspf(formula, data, m, B = 99, link = "logit", inits,
method = "Nelder-Mead", control, model = TRUE, x = FALSE, ...)
rsf.fit(X, Y, m, link = "logit", B = 99,
inits, method = "Nelder-Mead", control, ...)
Arguments
formula
two sided model formula of the form y ~ x,
where y is a vector of observations,
x is the set of covariates.
m
argument describing the matching of use and available points.
All available points are used for each use points if m=0
(global availability). If m is a single value, e.g. m=5,
it is assumed that available data poi
B
number of bootstrap iterations to make.
link
character, type of link function to be used.
inits
initial values, optional.
method
method to be used in optim for numerical optimization. control
control options for optim. model
a logical value indicating whether model frame should be included as a component of the returned value
x
logical values indicating whether the model matrix used in the
fitting process should be returned as components of the returned value.
...
other arguments passed to the functions.