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 May 29, 2024, 9:31 a.m.