R/margEff.R

Defines functions margEff margEff.default

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 Dec. 9, 2019, 3 a.m.