R/EMSRb.R

EMSRb = function(Fare = Fare, Mean = Mean, Var = Var, p_up = numeric(length(Fare)), cap = cap) {
	return(RM2:::EMSRb_internal(Fare, Mean, Var, p_up, cap))
} # end function

Try the RM2 package in your browser

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

RM2 documentation built on May 2, 2019, 9:23 a.m.