R/callWithoutSumt.R

Defines functions callWithoutSumt

## strip possible SUMT parameters and call the function thereafter
callWithoutSumt <- function(theta, fName, ...) {
   return( callWithoutArgs( theta, fName = fName, 
      args = names(formals(sumt)), ... ) )
}

Try the maxLik package in your browser

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

maxLik documentation built on Nov. 25, 2020, 3 a.m.