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 May 29, 2024, 2:28 a.m.