R/Shift.R

Defines functions Shift

Documented in Shift

Shift <-
function(parameter,update){
		parameter <- scale(parameter,center=update,scale=FALSE)
		return(parameter)
	}

Try the BEDASSLE package in your browser

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

BEDASSLE documentation built on April 11, 2022, 1:07 a.m.