R/methods.R

Defines functions estimate

Documented in estimate

#' Estimate parameter.
#' 
#' Estimate parameter from fitted model.
#'
#' @param object  fitted model
#' @param pars    names of parameters to estimate
#' @param ...     other parameters to pass
#' @export
estimate <- function(object, pars, ...) {
  UseMethod("estimate");
}

Try the dppmix package in your browser

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

dppmix documentation built on Jan. 14, 2020, 5:10 p.m.