R/2.9.main.R

Defines functions organizeFitTheta

organizeFitTheta <- function(fitTheta, gofMeasures, call, sigmaThetaExpr) {
  fitTheta$gofMeasures <- gofMeasures
  fitTheta$call <- call

  fitTheta$sigmaThetaType <- getSigmaThetaType(sigmaThetaExpr)

  class(fitTheta) <- "mmcsd.theta"
  return(fitTheta)
}

Try the Mmcsd package in your browser

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

Mmcsd documentation built on March 31, 2023, 7:23 p.m.