R/halfhelmert_contrasts.R

Defines functions halfhelmert_contrasts

Documented in halfhelmert_contrasts

#' Half-Helmert Contrasts
#'
#' contr.helmert()/2.
#' @param ... Arguments passed to contr.helmert
#'
#' @return See Value in contr.helmert().
#' @export
#'
#' @examples
halfhelmert_contrasts = function(
	...
){
	contr.helmert(...)*.5
}
mike-lawrence/ezStan documentation built on Dec. 29, 2021, 1:30 a.m.