pnp_lobagoc | R Documentation |
This function both fits lobagoc distributions \insertCiteDrake2014-qzS4DM and projects those distributions to new covariates.
pnp_lobagoc(data, method, object = NULL, v = 100, nu = 0.01, sigma = NULL)
data |
dataframe of covariates |
method |
one of either "fit" or "predict" |
object |
fitted object returned by a pnp_... function. Only needed when method = "predict" |
v |
Positive integer. The Number of votes to use (default is 100) |
nu |
Numeric. Tuning parameter for nu-svm |
sigma |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.