R/summary.R

Defines functions summary.checks

Documented in summary.checks

summary.checks<-function(object, ...) {
  list(Means=object@means,items=colMeans(object@tab,na.rm=TRUE))
}

Try the ConjointChecks package in your browser

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

ConjointChecks documentation built on May 2, 2019, 9:42 a.m.