R/march.model.R

Defines functions march.model.name

# TODO: Add comment
# 
# Author: SSP24298
###############################################################################



#
# As march.Model is an abstract class, this code should never be called
#
march.model.name <- function(object){
	c("Model")
}

Try the march package in your browser

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

march documentation built on Nov. 26, 2020, 3:01 p.m.