R/fun.errorMessage.R

Defines functions fun.errorMessage

Documented in fun.errorMessage

fun.errorMessage <-
function(type)
{
	if(type=='DataSet'){
		txt <- "The data sets was not specificated."
	}

	if(type=='DataLength'){
		txt <- "The length of data must be set."
	}


	if(type=='DefaultParameter'){
		txt <- "Parameters are not specificated, using the default one."
	}

	return(txt)

}

Try the YPmodel package in your browser

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

YPmodel documentation built on Oct. 23, 2020, 5:15 p.m.