Usage
classif.gkam(formula,family = binomial(),data,weights = rep(1, nobs),
par.metric = NULL,par.np=NULL, offset=NULL,
control = list(maxit = 100,epsilon = 0.001, trace = FALSE ,
inverse="solve"),...)
Arguments
formula
an object of class formula
(or one that can be coerced to that class): a symbolic description of the model to be fitted. The procedure only considers functional covariates (not implemented for non-functional covariates). The details of model
data
List that containing the variables in the model.
family
a description of the error distribution and link function to be used in the model. This can be a character string naming a family function, a family function or the result of a call to a family function. (See family
par.metric
List of arguments by covariable to pass to the metric
function by covariable.
par.np
List of arguments to pass to the fregre.np.cv
function
offset
this can be used to specify an a priori known component to be included in the linear predictor during fitting.
control
a list of parameters for controlling the fitting process, by default: maxit, epsilon, trace and inverse.
...
Further arguments passed to or from other methods.