R/make.mle.formula.R

Defines functions make.mle.formula

make.mle.formula <- function(formula, data, 
		...){
# make formula for MLE method
	
	return(formula)
	
}

Try the flexrsurv package in your browser

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

flexrsurv documentation built on June 7, 2023, 5:09 p.m.