R/CONTR.R

Defines functions CONTR

Documented in CONTR

CONTR = function(L, Formula, Data, mu = 0)
{
  rx = REG(Formula, Data, summarize=FALSE)
  if (ncol(L) != length(rx$coefficients)) stop("Check the contrast matrix!")
  return(cSS(L, rx, mu=mu))
}

Try the sasLM package in your browser

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

sasLM documentation built on Nov. 19, 2023, 5:12 p.m.