R/partial_eta_sq.R

Defines functions partial_eta_sq

Documented in partial_eta_sq

#' @export
partial_eta_sq<-function(SS.Between,SS.Error){
  message(paste('Partial Eta-Squared =',(SS.Between/(SS.Between+SS.Error))))}

Try the ClinSigMeasures package in your browser

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

ClinSigMeasures documentation built on Feb. 25, 2021, 5:08 p.m.