R/30-addControlDddot.R

Defines functions addControlDddot

## Method to overwrite parameters of an existing MaxControl object
addControlDddot <- function(x, ...) {
   ## add ... to the control
   dddot <- list(...)
   addControlList(x, dddot)
}

setMethod("maxControl", "MaxControl", addControlDddot)

Try the maxLik package in your browser

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

maxLik documentation built on July 27, 2021, 1:07 a.m.