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)), ... ) )
}
EBukin/maxLik-dev documentation built on May 6, 2019, 11:21 a.m.