This function both fits lobagoc distributions Drake2014-qzS4DM and projects those distributions to new covariates.
pnp_lobagoc(data, method, object = NULL, v = 100, nu = 0.01, sigma = NULL)
dataframe of covariates
one of either "fit" or "predict"
fitted object returned by a pnp_... function. Only needed when method = "predict"
Positive integer. The Number of votes to use (default is 100)
Numeric. Tuning parameter for nu-svm
NULL or Numeric. Tuning parameter of rbf kernel, will estimate if left NULL (default).
For fitting, an object is not required (and will be ignored). For prediction, parameters v,nu,and sigma are not needed and will be ignored.