R/margEff.R

Defines functions margEff.default margEff

Documented in margEff

margEff <- function( object, ... )
    UseMethod( "margEff" )

# default method
margEff.default <- function( object, ... ) {
   stop( "there is currently no default method available" )
}

Try the miscTools package in your browser

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

miscTools documentation built on May 3, 2023, 5:11 p.m.