R/daCompleteDominance.r

Defines functions daCompleteDominance

Documented in daCompleteDominance

#' Matrix of Complete dominance of one variable over another
#' Uses daRawResults as input
#' @keywords internal
#' @family dominance matrices

daCompleteDominance<-function(daRR) {
	lapply(daRR$fits,dominanceMatrix)
}

Try the dominanceanalysis package in your browser

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

dominanceanalysis documentation built on Jan. 13, 2021, 3:47 p.m.