R/assess.R

Defines functions assess

Documented in assess

assess <-
function(x, y, x.B = list(u=0, dof=Inf), alpha=0.05) {
	UseMethod("assess", x)
}

Try the ECG package in your browser

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

ECG documentation built on Oct. 29, 2024, 9:07 a.m.