R/AllGenerics.R

#' @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")
    }
)

Try the scry package in your browser

Any scripts or data that you put into this service are public.

scry documentation built on Nov. 8, 2020, 5:16 p.m.