R/2.9.getSigmaThetaType.R

Defines functions getSigmaThetaType

getSigmaThetaType <- function(sigmaThetaExpr) {
  if (is.character(sigmaThetaExpr)) {
    sigmaThetaType <- sigmaThetaExpr
  } else {
    sigmaThetaType <- "Customized"
  }

  return(sigmaThetaType)
}

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.