R/meanR.R

Defines functions meanR

meanR <-
function(xbar, xbari, ni, n){
	meanR = (n*xbar-ni*xbari)/(n-ni)
	return(meanR)
	}

Try the selection package in your browser

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

selection documentation built on May 30, 2017, 5:27 a.m.