R/fit.and.apply.LTR.R

fit.and.apply.LTR <- function(x, dataset1, dataset2) {
	apply.LTR(
		x = x,
		model.fit = fit.LTR(dataset1, dataset2)
		);
	}

Try the LTR package in your browser

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

LTR documentation built on May 1, 2019, 6:35 p.m.