Nothing
#' @title Feature selection by approximate multinomial deviance
#' @rdname devianceFeatureSelection
#' @param ... for the generic, additional arguments to pass to object-specific
#' methods.
#' @export
setGeneric(
name = "devianceFeatureSelection",
def = function(object, ...) {
standardGeneric("devianceFeatureSelection")
}
)
#' @title Generalized principal components analysis for non-normally distributed
#' data
#' @rdname GLMPCA
#' @param ... for the generic, additional arguments to pass to object-specific
#' methods.
#' @export
setGeneric(
name = "GLMPCA",
def = function(object, ...) {
standardGeneric("GLMPCA")
}
)
#' @title Residuals from an approximate multinomial null model
#' @rdname nullResiduals
#' @param ... for the generic, additional arguments to pass to object-specific
#' methods.
#' @export
setGeneric(
name = "nullResiduals",
signature = 'object',
def = function(object, ...) {
standardGeneric("nullResiduals")
}
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.